I've made some great progress on my records library! In particular, I've added [Table/Map-like operations](https://github.com/rotu/nim-records/blob/2723af78862b3cfa12131b4225b33a7cdcca45f0/src/records/lenientTuple.nim#L27-L65) and an implementation of [Relational Algebra](https://github.com/rotu/nim-records/blob/2723af78862b3cfa12131b4225b33a7cdcca45f0/src/records/relational.nim) as operations on `seq[tuple]`.
Although this library might be useful for building ORMs, that's not a current goal. All the relational operations are performed in Nim, not delegated out to some database.
