aboutsummaryrefslogtreecommitdiff
path: root/dump/utils.scm
AgeCommit message (Collapse)Author
2021-12-04Implement the map-alist DSL.Arun Isaac
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.