Comment on Ask HN: I am looking for a light-weight, fast databaseComments−kghose13yI'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)−ishbits13yI've had good luck with SQlite as well, until I have multiple writers, or even concurrent readers or writers.
Comments
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.