informal spec for shitty datalog db implemented on a filesystem:
- a directory represents a table
- a file in the directory represents a row
- the filename is a universal hash of the content
- the file/directory extension is the format of the content (e.g.
.ssii
: two strings, two integers) - row format could be binary or single-line csv
some nice properties: