Categorygithub.com/muhwyndhamhp/gorm-libsql
repositorypackage
0.0.0-20240412034030-9ae03626da1c
Repository: https://github.com/muhwyndhamhp/gorm-libsql.git
Documentation: pkg.go.dev

# README

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.