MCPcopy Create free account
hub / github.com/OpenListTeam/OpenList / openSQLite

Function openSQLite

internal/bootstrap/sqlite_driver_gorm.go:10–12  ·  view source on GitHub ↗
(dsn string)

Source from the content-addressed store, hash-verified

8)
9
10func openSQLite(dsn string) gorm.Dialector {
11 return sqlite.Open(dsn)
12}

Callers 1

InitDBFunction · 0.70

Calls 1

OpenMethod · 0.65

Tested by

no test coverage detected