aboutsummaryrefslogtreecommitdiff
path: root/dump
AgeCommit message (Expand)Author
2023-07-21Make define-dump take extra args as keyMunyoki Kilyungi
2023-07-21Dump prefixes correctly when auto-generating docsMunyoki Kilyungi
2023-07-21Use a min of 4 should the schema triples be manyMunyoki Kilyungi
2023-07-21Only document a triple if it existsMunyoki Kilyungi
2023-07-21Rename 'gn-id' prefix to 'gn'Munyoki Kilyungi
2023-07-21Replace :gn with :gn-id and :gn-termMunyoki Kilyungi
2023-07-21Make the default ontology "gn-id:"Munyoki Kilyungi
2023-07-21Use size of the results set to come up with sparql exampleMunyoki Kilyungi
2023-07-21Convert symbol to a string when show-casing triples in docMunyoki Kilyungi
2023-07-21Add string-capitalize-firstMunyoki Kilyungi
2023-07-21Make string->identifier take optional keyword argsMunyoki Kilyungi
2023-07-21Make dump-data? default to #f when dumping dataMunyoki Kilyungi
2023-07-21Rewrite dump-with-documentation to be order-agnosticMunyoki Kilyungi
2023-07-21Conditionally dump documentationMunyoki Kilyungi
2023-07-21Make prefix function have an optional ttl?Munyoki Kilyungi
2023-07-21Revert "Pass port as an optional argument"Munyoki Kilyungi
2023-07-21Add missing srfi-26 importMunyoki Kilyungi
2023-07-21Create a new procedure for shadowing a file portMunyoki Kilyungi
2023-07-21Rename auto-documentation-port -> pathMunyoki Kilyungi
2023-07-21Move dump-configuration record type to (dump documentation)Munyoki Kilyungi
2023-07-21Construct example SQL query and expected resultsMunyoki Kilyungi
2023-07-21Pass port to scm->triplesMunyoki Kilyungi
2023-07-21Pass port as an optional argumentMunyoki Kilyungi
2023-07-21Print out triples with the from Table.Name or Table.AliasMunyoki Kilyungi
2023-07-21Add table metadata to triple dumpMunyoki Kilyungi
2023-07-21Add a section sub-heading for schema triplesMunyoki Kilyungi
2023-07-21Wrap the dump title in quotesMunyoki Kilyungi
2023-07-21Replace #` with #'when fetching the name of the defined dumpMunyoki Kilyungi
2023-07-21Use call-with-target-database when dumping schema annotationsMunyoki Kilyungi
2023-07-21Conditionally autogenerate schema triples during dumpMunyoki Kilyungi
2023-07-21Rename dump-configuration slotsMunyoki Kilyungi
2023-07-21Make dumping optional, defaulting to #tMunyoki Kilyungi
2023-07-21Add table-dump? option to dump-configuration recordMunyoki Kilyungi
2023-07-21Optionally self-document while dumpingMunyoki Kilyungi
2023-07-21Add a configuration record-type for for the define macroMunyoki Kilyungi
2023-06-21Fix failing testsMunyoki Kilyungi
2023-05-26Replace broken char-sets with an empty stringMunyoki Kilyungi
2023-05-26Re-organize dumping macros and associated functionsMunyoki Kilyungi
2023-05-26Always use "~a" to output like "display"Munyoki Kilyungi
2023-05-26Return an empty string if args passed to ontology is emptyMunyoki Kilyungi
2023-05-26Fix how a symbol is displayed in the final RDFMunyoki Kilyungi
2023-04-05Simplify pattern matching when checking for a nodeMunyoki Kilyungi
2023-04-05Use match syntax to print object correctly during dumpMunyoki Kilyungi
2023-04-05Allow running raw queries in field formMunyoki Kilyungi
2023-04-05Annotate fields with a custom scheme such as "^^xsd:datetime"Munyoki Kilyungi
2023-04-05Add a method to transform epoch time to a human readable formatMunyoki Kilyungi
2023-04-05Create a method to define ontologies as symbolsMunyoki Kilyungi
2023-04-05Add ability to have operations such as GROUP_CONCAT in SELECT clauseMunyoki Kilyungi
2022-10-30Move triple utilities to new module.Arun Isaac
2022-10-30Move string-blank? to (dump utils).Arun Isaac