Use:
import "github.com/libtnb/gormstore"
https://pkg.go.dev/github.com/libtnb/gormstore?tab=doc
// initialize and setup cleanup
store := gormstore.New(gorm.Open(...))
For more details see gormstore documentation.
Just sqlite3 tests:
go test
All databases using docker:
./test
If docker is not local (docker-machine etc):
DOCKER_IP=$(docker-machine ip dev) ./test
gormstore is licensed under the MIT license. See LICENSE for the full license text.