Categorygithub.com/foxever/sqlite
repositorypackage
1.19.1
Repository: https://github.com/foxever/sqlite.git
Documentation: pkg.go.dev

# README

GORM Sqlite Driver

USAGE

import (
  "github.com/foxever/sqlite"
  "gorm.io/gorm"
)

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

Checkout https://gorm.io for details.