Hacker News new | ask | show | jobs
by kghose 4919 days ago
I've had good luck using sqlite3 for both a hobby project (a photo organizer http://github.com/kghose/Chhobi) as well as for work (neural data analysis)
1 comments

I've had good luck with SQlite as well, until I have multiple writers, or even concurrent readers or writers.