gorse-io/sqlite

GORM sqlite driver

Go

1

137 commits

updated Jun 20, 2026

See the code

README

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{})

Contributors

(top 30 of 40)

jinzhu

46 commits

dependabot[bot]

42 commits

black-06

5 commits

saeidee

4 commits

gorse-io/sqlite

GORM sqlite driver

Go

1

137 commits

updated Jun 20, 2026

See the code

README

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{})

Contributors

(top 30 of 40)

jinzhu

46 commits

dependabot[bot]

42 commits

black-06

5 commits

saeidee

4 commits

Languages

Go

100.0%