The Wayback Machine - http://web.archive.org/web/20200903023143/https://github.com/go-gorm/sqlite
Skip to content
master
Go to file
Code

Latest commit

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
Jun 2, 2020
Jun 3, 2020
Aug 28, 2020
Aug 28, 2020

README.md

GORM Sqlite Driver

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.

You can’t perform that action at this time.