Categorygithub.com/hello-xnew/sqlite
repositorypackage
0.0.0-20220816021003-bcdef0acb3e7
Repository: https://github.com/hello-xnew/sqlite.git
Documentation: pkg.go.dev

# README

GORM Sqlite Driver

CI

使用 modernc.org/sqlite 驱动纯go实现,不需要cgo支持

USAGE

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

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

Checkout https://gorm.io for details.