Skip to content

muhwyndhamhp/gorm-libsql

 
 

Repository files navigation

GORM libSQL Driver

CI

Note: This is an experimental refactored copy of gorm.io/driver/sqlite to use libsql driver instead of smattn/go-sqlite3. Based on @ekristen repo.

USAGE

import (
  libsql "github.com/muhwyndhamhp/gorm-libsql"
  "gorm.io/gorm"
)

// github.com/tursodatabase/libsql-client-go
db, err := gorm.Open(libsql.Open("libsql://..."), &gorm.Config{})

Checkout https://gorm.io for details.

About

GORM sqlite driver

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 100.0%