I agree that support for SQLite would be valuable. Often when developing a application (such as a database-driven website) I use an SQLite database. When I move to production I use a "real" database such as PostgreSQL, MySQL or Oracle. (It's easy to change databases because I use an ORM between the database and my application logic.)
When I'm developing the application using SQLite, it would be great to see a model of the database.