back

by codazoda·8y ago·view on hn ↗
If your site is light on writes and always will be, I think SQLite is a good choice. Especially if it reduces the complexity of the system up front. I use it for a lot of personal projects that never gain more than a few thousand impressions a month.

SQLite is also not too difficult to switch to a more advanced SQL in the future.

1 comments
I agree, I run a production (very write-light) site on SQLite and it has been great, but the site is pretty much almost static.