Skip to content

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 100.0%