Cliff Notes: Should I use SQLite, MySQL, Postgres, etc?
Long version:
I recently developed an app for someone, and I had to make a decision about how to store my application's data.
I had seen references to SQLite before, so I decided, what the hell, why not use this project as an excuse to learn SQLite, and then I don't have to worry about supporting the creation of a MySQL database, etc.
What I've learned from this project is that I don't really like SQLite, but it's a good choice for someone who doesn't want to run MySQL or Postgres.
That said, if you were to buy a web application from someone, and it needed to store data, what would you prefer?
Long version:
I recently developed an app for someone, and I had to make a decision about how to store my application's data.
I had seen references to SQLite before, so I decided, what the hell, why not use this project as an excuse to learn SQLite, and then I don't have to worry about supporting the creation of a MySQL database, etc.
What I've learned from this project is that I don't really like SQLite, but it's a good choice for someone who doesn't want to run MySQL or Postgres.
That said, if you were to buy a web application from someone, and it needed to store data, what would you prefer?