Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ekristen/gorm-libsql


https://github.com/ekristen/gorm-libsql

Last synced: 1 day ago
JSON representation

Awesome Lists containing this project

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](https://github.com/go-gorm/sqlite/workflows/CI/badge.svg)

## USAGE

```go
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](https://gorm.io) for details.