index
:
gn-transform-databases
master
Data transformers for GeneNetwork (particularly to RDF)
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
dump
Age
Commit message (
Expand
)
Author
2023-07-21
Conditionally dump documentation
Munyoki Kilyungi
2023-07-21
Make prefix function have an optional ttl?
Munyoki Kilyungi
2023-07-21
Revert "Pass port as an optional argument"
Munyoki Kilyungi
2023-07-21
Add missing srfi-26 import
Munyoki Kilyungi
2023-07-21
Create a new procedure for shadowing a file port
Munyoki Kilyungi
2023-07-21
Rename auto-documentation-port -> path
Munyoki Kilyungi
2023-07-21
Move dump-configuration record type to (dump documentation)
Munyoki Kilyungi
2023-07-21
Construct example SQL query and expected results
Munyoki Kilyungi
2023-07-21
Pass port to scm->triples
Munyoki Kilyungi
2023-07-21
Pass port as an optional argument
Munyoki Kilyungi
2023-07-21
Print out triples with the from Table.Name or Table.Alias
Munyoki Kilyungi
2023-07-21
Add table metadata to triple dump
Munyoki Kilyungi
2023-07-21
Add a section sub-heading for schema triples
Munyoki Kilyungi
2023-07-21
Wrap the dump title in quotes
Munyoki Kilyungi
2023-07-21
Replace #` with #'when fetching the name of the defined dump
Munyoki Kilyungi
2023-07-21
Use call-with-target-database when dumping schema annotations
Munyoki Kilyungi
2023-07-21
Conditionally autogenerate schema triples during dump
Munyoki Kilyungi
2023-07-21
Rename dump-configuration slots
Munyoki Kilyungi
2023-07-21
Make dumping optional, defaulting to #t
Munyoki Kilyungi
2023-07-21
Add table-dump? option to dump-configuration record
Munyoki Kilyungi
2023-07-21
Optionally self-document while dumping
Munyoki Kilyungi
2023-07-21
Add a configuration record-type for for the define macro
Munyoki Kilyungi
2023-06-21
Fix failing tests
Munyoki Kilyungi
2023-05-26
Replace broken char-sets with an empty string
Munyoki Kilyungi
2023-05-26
Re-organize dumping macros and associated functions
Munyoki Kilyungi
2023-05-26
Always use "~a" to output like "display"
Munyoki Kilyungi
2023-05-26
Return an empty string if args passed to ontology is empty
Munyoki Kilyungi
2023-05-26
Fix how a symbol is displayed in the final RDF
Munyoki Kilyungi
2023-04-05
Simplify pattern matching when checking for a node
Munyoki Kilyungi
2023-04-05
Use match syntax to print object correctly during dump
Munyoki Kilyungi
2023-04-05
Allow running raw queries in field form
Munyoki Kilyungi
2023-04-05
Annotate fields with a custom scheme such as "^^xsd:datetime"
Munyoki Kilyungi
2023-04-05
Add a method to transform epoch time to a human readable format
Munyoki Kilyungi
2023-04-05
Create a method to define ontologies as symbols
Munyoki Kilyungi
2023-04-05
Add ability to have operations such as GROUP_CONCAT in SELECT clause
Munyoki Kilyungi
2022-10-30
Move triple utilities to new module.
Arun Isaac
2022-10-30
Move string-blank? to (dump utils).
Arun Isaac
2022-03-10
Rename the delete verb of map-alist to remove.
Arun Isaac
2021-12-23
Add dumped? field to <column> type.
Arun Isaac
2021-12-20
Capture full column type.
Arun Isaac
2021-12-20
Move <table> and <column> types to separate module.
Arun Isaac
2021-12-16
Specify map-alist behaviour for multiple set verbs.
Arun Isaac
2021-12-16
Generalize collect-keys and key->assoc-ref.
Arun Isaac
2021-12-16
Rename away delete from (srfi srfi-1).
Arun Isaac
2021-12-15
Move string similarity functions to separate module.
Arun Isaac
2021-12-11
Implement S-expression like SQL select query.
Arun Isaac
2021-12-04
Implement the map-alist DSL.
Arun Isaac
2021-08-27
Initial commit
Arun Isaac