Skip to content

saeidee/sqlite

This branch is 27 commits behind go-gorm/sqlite:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

7f4b498 · Jan 1, 2023
Oct 8, 2022
Jun 2, 2020
Oct 9, 2022
Jan 1, 2023
Oct 9, 2022
Jul 14, 2020
Oct 8, 2022
Oct 8, 2022
Jun 8, 2022
Oct 11, 2022
Sep 24, 2020

Repository files navigation

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.

Pure go Sqlite Driver

checkout https://github.com/glebarez/sqlite for details

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

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

About

GORM sqlite driver

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 100.0%