I wrote in a previous article about using SQLite with Pylons. SQLite is great for small-to-medium web projects and also prototyping. Its not very hard to port a SQLite implementation to a more robust and scalable RDBMS such as PostgreSQL.
Anyway, if you have used SQLite in any capacity, you have no doubt noticed [...]






