MCPcopy
hub / github.com/usememos/memos / DB

Struct DB

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

Source from the content-addressed store, hash-verified

14)
15
16type DB struct {
17 db *sql.DB
18 profile *profile.Profile
19}
20
21// NewDB opens a database specified by its database driver name and a
22// driver-specific data source name, usually consisting of at least a

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected