added todo about documenting sqlite database schemas
This commit is contained in:
parent
9fffc2d1e1
commit
41bb14a885
1 changed files with 3 additions and 0 deletions
3
doc/todo/documenting_sqlite_database_schemas.mdwn
Normal file
3
doc/todo/documenting_sqlite_database_schemas.mdwn
Normal file
|
@ -0,0 +1,3 @@
|
|||
If a spec of the [[sqlite database schemas|todo/sqlite_database_improvements]] could be added to the [[internals]] docs, this would open some possibilities for third-party tools based on this info. E.g. one could write some sqlite3 queries to get aggregate info on the number (and total size?) of keys present in specific combinations of repos. It would of course be understood that this is internal info subject to frequent change.
|
||||
|
||||
Also, if [[Sometimes the databases are used for data that has not yet been committed to git|devblog/day_607__v8_is_done]], this would improve [[future_proofing]].
|
Loading…
Add table
Reference in a new issue