Hacker News new | ask | show | jobs
by wongarsu 1098 days ago
SQLite would still be a good option. It's incredibly lightweight, and if you set the database to WAL mode it also works well for a database file accessed by multiple applications on the same device.