Skip to content

wubin1989/sqlite

 
 

Repository files navigation

GORM Sqlite Driver

CI

USAGE

import (
  "github.com/wubin1989/sqlite"
  "github.com/wubin1989/gorm"
)

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

Checkout https://github.com/wubin1989 for details.

Pure go Sqlite Driver

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

import (
  "github.com/glebarez/sqlite"
  "github.com/wubin1989/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%