I'm about to build a new personal blog/portfolio site (which will be written in ASP.NET), and I'm going to run it against a SQLite database. There are a few reasons for this:
- The site will not be getting a lot of traffic, and from what I've read, SQLite is able to support quite a lot of concurrent users for reading anyway
- I can back up all the content easily, just by downloading the db over FTP
- I don't have to pay my hosting company every month for a huge SQL2008 database that I'm hardly using
So, should I go for it, or is this a crazy idea?