Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
19
func
New(db DBTX) *Queries {
20
return
&Queries{db: db}
21
}
22
23
type
Queries
struct
{
24
db DBTX
Callers
1
New
Function · 0.92
Calls
no outgoing calls
Tested by
no test coverage detected