gehrcke.de
In-memory SQLite database and Flask: a threading trap | Jan-Philip Gehrcke
https://gehrcke.de/2015/05/in-memory-sqlite-database-and-flask-a-threading-trap
In-memory SQLite database and Flask: a threading trap. May 8, 2015. Mdash; by Jan-Philip Gehrcke. Development environment people love to use SQLAlchemy with Python’s built-in sqlite. Backend. When configured with. Appconfig['SQLALCHEMY DATABASE URI'] = sqlite:/. The database, created via. Is stored in memory instead of being persisted to disk. This is a nice feature for development and testing. Call is usually used for. But where should this be invoked and what difference does it make? In a route handler.