aboutsummaryrefslogtreecommitdiff
path: root/dump
AgeCommit message (Expand)Author
2023-07-30Use size of the results set to come up with sparql exampleMunyoki Kilyungi
2023-07-30Convert symbol to a string when show-casing triples in docMunyoki Kilyungi
2023-07-30Add string-capitalize-firstMunyoki Kilyungi
2023-07-30Make string->identifier take optional keyword argsMunyoki Kilyungi
2023-07-30Make dump-data? default to #f when dumping dataMunyoki Kilyungi
2023-07-30Rewrite dump-with-documentation to be order-agnosticMunyoki Kilyungi
2023-07-30Conditionally dump documentationMunyoki Kilyungi
2023-07-30Make prefix function have an optional ttl?Munyoki Kilyungi
2023-07-30Revert "Pass port as an optional argument"Munyoki Kilyungi
2023-07-30Add missing srfi-26 importMunyoki Kilyungi
2023-07-30Create a new procedure for shadowing a file portMunyoki Kilyungi
2023-07-30Rename auto-documentation-port -> pathMunyoki Kilyungi
2023-07-30Move dump-configuration record type to (dump documentation)Munyoki Kilyungi
2023-07-30Construct example SQL query and expected resultsMunyoki Kilyungi
2023-07-30Pass port to scm->triplesMunyoki Kilyungi
2023-07-30Pass port as an optional argumentMunyoki Kilyungi
2023-07-30Print out triples with the from Table.Name or Table.AliasMunyoki Kilyungi
2023-07-30Add table metadata to triple dumpMunyoki Kilyungi
2023-07-30Add a section sub-heading for schema triplesMunyoki Kilyungi
2023-07-30Wrap the dump title in quotesMunyoki Kilyungi
2023-07-30Replace #` with #'when fetching the name of the defined dumpMunyoki Kilyungi
2023-07-30Use call-with-target-database when dumping schema annotationsMunyoki Kilyungi
2023-07-30Conditionally autogenerate schema triples during dumpMunyoki Kilyungi
2023-07-30Rename dump-configuration slotsMunyoki Kilyungi
2023-07-30Make dumping optional, defaulting to #tMunyoki Kilyungi
2023-07-30Add table-dump? option to dump-configuration recordMunyoki Kilyungi
2023-07-30Optionally self-document while dumpingMunyoki Kilyungi
2023-07-30Add 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
2022-03-10Rename the delete verb of map-alist to remove.Arun Isaac
2021-12-23Add dumped? field to <column> type.Arun Isaac
2021-12-20Capture full column type.Arun Isaac
2021-12-20Move <table> and <column> types to separate module.Arun Isaac
2021-12-16Specify map-alist behaviour for multiple set verbs.Arun Isaac
2021-12-16Generalize collect-keys and key->assoc-ref.Arun Isaac
2021-12-16Rename away delete from (srfi srfi-1).Arun Isaac