Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-12-24 | Color code dumped tables and columns. | Arun Isaac | |
* visualize-schema.scm (sxml->graphviz-html): Color code dumped tables and columns. | |||
2021-12-24 | Fetch entire table schema in single SPARQL query. | Arun Isaac | |
* visualize-schema.scm (tables): Fetch entire table schema in single SPARQL query. | |||
2021-12-24 | Add TODO note to prefer JSON query results to CSV. | Arun Isaac | |
* visualize-schema.scm (sparql-query-records): Add TODO note to prefer JSON query results to CSV. | |||
2021-12-20 | Move schema visualization to separate script. | Arun Isaac | |
* dump.scm: Do not import (sxml simple) and (dump string-similarity). (string-remove-suffix-ci, floor-log1024, human-units, human-units-color, sxml->xml-string, sxml->graphviz-html, table-label, table->graphviz-node, column->foreign-table, tables->graphviz-edges): Move to ... (dump-schema): Dump schema to RDF. (main): Call dump-schema without setting schema.dot as the output file. * visualize-schema.scm: ... here. |