Live data from Hacker News

Ask HN: I am looking for a light-weight, fast database

news.ycombinator.com

1–6 of 6 posts

Re: Ask HN: I am looking for a light-weight, fast database

#4
post #2

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)

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