Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
10
func
openSQLite(dsn string) gorm.Dialector {
11
return
sqlite.Open(dsn)
12
}
Callers
1
InitDB
Function · 0.70
Calls
1
Open
Method · 0.65
Tested by
no test coverage detected