summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIlya_Shlyakhter <Ilya_Shlyakhter@web>2019-11-10 23:27:57 +0000
committeradmin <admin@branchable.com>2019-11-10 23:27:57 +0000
commit41bb14a885c4ca9ec462647fe2208a8fa9dd2d1e (patch)
tree2d02c9e1939c4c3c28b9ddc3b00a450fc429bb98
parent9fffc2d1e12cf1e95ef2ff919b6766f6b83bc64f (diff)
added todo about documenting sqlite database schemas
-rw-r--r--doc/todo/documenting_sqlite_database_schemas.mdwn3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/todo/documenting_sqlite_database_schemas.mdwn b/doc/todo/documenting_sqlite_database_schemas.mdwn
new file mode 100644
index 0000000000..5a67c19212
--- /dev/null
+++ b/doc/todo/documenting_sqlite_database_schemas.mdwn
@@ -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]].