lxg adbc6003bc 添加Dialer方法直接返回连接实例 3 yıl önce
..
License adbc6003bc 添加Dialer方法直接返回连接实例 3 yıl önce
README.md adbc6003bc 添加Dialer方法直接返回连接实例 3 yıl önce
ddlmod.go adbc6003bc 添加Dialer方法直接返回连接实例 3 yıl önce
errors.go adbc6003bc 添加Dialer方法直接返回连接实例 3 yıl önce
go.mod adbc6003bc 添加Dialer方法直接返回连接实例 3 yıl önce
go.sum adbc6003bc 添加Dialer方法直接返回连接实例 3 yıl önce
migrator.go adbc6003bc 添加Dialer方法直接返回连接实例 3 yıl önce
sqlite.go adbc6003bc 添加Dialer方法直接返回连接实例 3 yıl önce

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.