Categorygithub.com/ekristen/gorm-libsql
repositorypackage
0.0.0-20231128051208-896355c83c28
Repository: https://github.com/ekristen/gorm-libsql.git
Documentation: pkg.go.dev

# README

GORM libsql Driver

Note: this is just a copy of the gorm.io/driver/sqlite with a few things renamed and a different library imported

CI

USAGE

import (
  "github.com/ekristen/libsql"
  "gorm.io/gorm"
)

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

Checkout https://gorm.io for details.