You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
dorm/vendor/gorm.io/driver/sqlite
李光春 fc26802071
continuous-integration/drone/push Build is failing Details
- update
2 years ago
..
License - update 2 years ago
README.md - update 2 years ago
ddlmod.go - update 2 years ago
errors.go - update 2 years ago
migrator.go - update 2 years ago
sqlite.go - update 2 years ago

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.