diff options
author | Arun Isaac | 2021-12-27 15:10:03 +0530 |
---|---|---|
committer | Arun Isaac | 2021-12-27 15:10:03 +0530 |
commit | b2da78deceeb036399b4a980eb1c659d4cf3232a (patch) | |
tree | c3398ff300608f7e7c7e2801380478efd60721fd | |
parent | 22c2258064627f991e3921dece6d247132ffac3e (diff) | |
download | gn-transform-databases-b2da78deceeb036399b4a980eb1c659d4cf3232a.tar.gz |
BUGS: Add "Dump table and field annotations to RDF" bug.
* BUGS.org (Dump table and field annotations to RDF): New bug.
-rw-r--r-- | BUGS.org | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -26,3 +26,11 @@ The tables function in dump.scm estimates the table size from the data_length column of the information_schema.tables table. But, this is correct only for MyISAM tables. Generalize it. +* TODO Dump table and field annotations to RDF :minor:easy: + <2021-12-27 Mon> + The TableComments and TableFieldAnnotations tables partially + document the database schema. GeneNetwork 1 uses this to generate + [[http://gn1.genenetwork.org/webqtl/main.py?FormID=schemaShowPage]]. We + dump this to an org mode format in the dump-schema-annotations + function. Dump these tables to RDF instead so that they can be shown + as tooltip text in our database visualization. |