I'm working on a web app whose database is a little too big for
tab-separated ASCII files but not big enough to merit a full-fleged
SQL database.
It would be nice if there was a mid-range option, say a command-line
interface to the dbopen(3) library routines.
So I wrote one.