Skip to content

ekristen/gorm-libsql

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages