MCPcopy Create free account
hub / github.com/bcspragu/logseq-sync / DB

Struct DB

db/sqlite/sqlite.go:19–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17)
18
19type DB struct {
20 q *sqlitedb.Queries
21}
22
23func New(dbPath string) (*DB, error) {
24 db, err := sql.Open("sqlite3", dbPath)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected