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

Function New

db/sqlite/sqlitedb/db.go:19–21  ·  view source on GitHub ↗
(db DBTX)

Source from the content-addressed store, hash-verified

17}
18
19func New(db DBTX) *Queries {
20 return &Queries{db: db}
21}
22
23type Queries struct {
24 db DBTX

Callers 1

NewFunction · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected