Projects STRLCPY scan4all Files
🤬
..
License Loading last commit info...
README.md
ddlmod.go
errors.go
migrator.go
sqlite.go
README.md

GORM Sqlite Driver

CI

USAGE

import (
  "gorm.io/driver/sqlite"
  "gorm.io/gorm"
)

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

Checkout https://gorm.io for details.

Please wait...
Page is in error, reload to recover