Hacker News new | ask | show | jobs
by zem 5476 days ago
what's your cutoff line for something to be a "real database"? sqlite is fully acid compliant.
1 comments

sqlite is single user and locks a bit too frequently to be very scalable, so while quite useful, I mean sqlite not capable of fully replacing a typical engine such as postgres or mysql.