Categorygithub.com/yywing/sqlite
repositorypackage
0.0.0-20230406085133-81a31643e3f5
Repository: https://github.com/yywing/sqlite.git
Documentation: pkg.go.dev

# README

GORM Sqlite Driver

CI

Detail

use pure go sqlite driver https://gitlab.com/cznic/sqlite

notice: Although you could see mattn's driver (github.com/mattn/go-sqlite3) in go.mod file, we import it for tests only.

USAGE

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

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

BUILD

https://modern-c.appspot.com/-/builder/?importpath=modernc.org%2fsqlite