Skip to content

fork of github.com/go-gorm/sqlite with pure-go implementation modernc.org/sqlite

License

Notifications You must be signed in to change notification settings

spid37/gorm-sqlite

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a fork of github.com/go-gorm/sqlite

That works with modernc.org/sqlite which is a pure-go sqlite implementation. Obviously, because modernc.org/sqlite is a re-implementation of sqlite there might be missing features and stability issues. It should work for development or simple use-cases.

GORM Sqlite Driver

USAGE

import (
  sqlite "github.com/spid37/gorm-sqlite"
  "gorm.io/gorm"
)

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

Checkout https://gorm.io for details.

About

fork of github.com/go-gorm/sqlite with pure-go implementation modernc.org/sqlite

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 100.0%