MCPcopy Create free account
hub / github.com/AlexErrant/Pentive / DB

Interface DB

app/src/sqlite/database.ts:180–208  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

178}
179
180export interface DB {
181 sqlite_temp_master: SqliteTempMaster
182 distinctCardTag: DistinctCardTag
183 distinctNoteTag: DistinctNoteTag
184 distinctNoteField: DistinctNoteField
185 cardTag: CardTag
186 noteTag: NoteTag
187 cardSettingNameFts: CardSettingNameFts
188 templateNameFts: TemplateNameFts
189 card: Card
190 cardWithTagCount: CardWithTagCount
191 cardBase: CardBase
192 media: Media
193 note: Note
194 noteWithTagCount: NoteWithTagCount
195 noteBase: NoteBase
196 noteFieldValue: NoteFieldValue
197 noteFieldFts: NoteFieldFts
198 noteValueFts: NoteValueFts
199 noteTagFts: NoteTagFts
200 cardTagFts: CardTagFts
201 remoteNote: RemoteNote
202 plugin: Plugin
203 remoteMedia: RemoteMedia
204 template: Template
205 remoteTemplate: RemoteTemplate
206 review: Review
207 setting: Setting
208}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected