First cut of SQLite doc library

This commit is contained in:
2023-12-19 21:24:13 -05:00
parent bb4252f3c1
commit f461b10ebc
10 changed files with 221 additions and 455 deletions

View File

@@ -48,6 +48,7 @@ type PostgresTagMapData(log: ILogger) =
/// Save a tag mapping
let save (tagMap: TagMap) =
log.LogTrace "TagMap.save"
save Table.TagMap tagMap
/// Restore tag mappings from a backup