Ask HN: What database do you use for personal web projects?

2 points by launchiterate ↗ HN

1 comment

[ 5.6 ms ] story [ 34.0 ms ] thread
sqlite (one file for a lot of a read, a few write) and another for the write only (log, ...)