CSV database is interesting; probably the most trivially-debuggable a database can possibly be. Although why not SQLite? CSV is not very resistant corruption if host crashes midway through a write.
replies(1):
Not 100% drop-in though. I’ve hit some snags around VFS support.