aboutsummaryrefslogtreecommitdiff
path: root/dump
AgeCommit message (Expand)Author
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
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
2021-12-15Move string similarity functions to separate module.Arun Isaac
2021-12-11Implement S-expression like SQL select query.Arun Isaac