Compare commits

...

1 Commits

Author SHA1 Message Date
2dc62e7356 Fix lint error
All checks were successful
Build / build (push) Successful in 10m59s
Build / test-action (push) Successful in 10s
2025-07-31 22:45:20 -07:00

View File

@@ -4,10 +4,9 @@ import (
"fmt"
"os"
"git.offline-twitter.com/offline-labs/gas-stack/pkg/schema"
"github.com/jmoiron/sqlx"
_ "github.com/mattn/go-sqlite3"
"git.offline-twitter.com/offline-labs/gas-stack/pkg/schema"
)
// OpenSchema opens a SQLite database in memory, executes the schema against it, and adds some views