Resolves to null when the `.csv` no longer exists (e.g. a stale tab).
(relPath: string)
| 148 | scanTasksForPath(relPath: string): Promise<VaultTask[]> |
| 149 | /** Resolves to null when the `.csv` no longer exists (e.g. a stale tab). */ |
| 150 | openDatabase(relPath: string): Promise<DatabaseDoc | null> |
| 151 | writeDatabaseRows(relPath: string, rows: DbRow[]): Promise<DatabaseDoc> |
| 152 | writeDatabaseSchema(relPath: string, sidecar: DatabaseSidecar, rows: DbRow[]): Promise<DatabaseDoc> |
| 153 | createDatabase(folder: NoteFolder, subpath: string, title?: string): Promise<DatabaseDoc> |
no outgoing calls
no test coverage detected