Skip to content

WaterCool8258/sqlite

This branch is 2 commits ahead of, 4 commits behind go-gorm/sqlite:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

a2f0e37 · May 19, 2024
Mar 9, 2024
May 28, 2023
Jun 2, 2020
Oct 9, 2022
Feb 6, 2024
Feb 6, 2024
Jun 9, 2023
Jul 14, 2020
May 19, 2024
Feb 6, 2024
Mar 9, 2024
May 18, 2024
Sep 24, 2020

Repository files navigation

GORM Sqlite Driver

CI

USAGE

import (
  "gorm.io/driver/sqlite"
  "gorm.io/gorm"
)

// github.com/mattn/go-sqlite3
db, err := gorm.Open(sqlite.Open("gorm.db"), &gorm.Config{})

Checkout https://gorm.io for details.

Pure go Sqlite Driver

checkout https://github.com/glebarez/sqlite for details

import (
  "github.com/glebarez/sqlite"
  "gorm.io/gorm"
)

db, err := gorm.Open(sqlite.Open("gorm.db"), &gorm.Config{})

About

GORM sqlite driver

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 100.0%