Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bcspragu/logseq-sync
/ Queries
Struct
Queries
db/sqlite/sqlitedb/db.go:23–25 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
21
}
22
23
type
Queries
struct
{
24
db DBTX
25
}
26
27
func
(q *Queries) WithTx(tx *sql.Tx) *Queries {
28
return
&Queries{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected