/gorm-libsql

Primary LanguageGoMIT LicenseMIT

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/edgarsilva/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.