Firstly, I have searched Yahoo and haven't found a good answer.
All the Flask SQLAlchemy tutorials use SQLite, but from what I read SQLite isn't really good with Heroku - or at least a Yahoo search of SQLite Heroku - reveals many issues with it?
If there aren't in fact any issues with using SQLite, please let me know.
How do I set a database up with Postgres and FlaskSQLAlchemy - since from my research that is what Heroku supports?