Skip to content
/ sqlite Public

gorm sqlite driver(using modernc.org/sqlite)

License

MIT, MIT licenses found

Licenses found

MIT
LICENSE
MIT
LICENSE.old
Notifications You must be signed in to change notification settings

julen8/sqlite

Repository files navigation

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.

About

gorm sqlite driver(using modernc.org/sqlite)

Resources

License

MIT, MIT licenses found

Licenses found

MIT
LICENSE
MIT
LICENSE.old

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages