aboutsummaryrefslogtreecommitdiff
path: root/dump
AgeCommit message (Expand)Author
2021-12-11Implement S-expression like SQL select query....* dump/sql.scm: Import (srfi srfi-1). Export select-query. (select-query): New macro. Arun Isaac
2021-12-04Implement the map-alist DSL....map-alist is a DSL to transform one association list into another. These transformations are frequently required when dumping tables, especially metadata tables. * dump/utils.scm: New file. Arun Isaac
2021-08-27Initial commitArun Isaac