Alex Coleman

Results 2 issues of Alex Coleman

## Changes This PR brings up the check for a SQLite URI within the `_apply_driver_defaults` function to allow for earlier detection of if the database should run in-memory. It adds...

## Outline When using the SQLite URI filename format for an in memory database `sqlite:///file::memory:?uri=true` Flask-SQLAlchemy still creates a database file on disk. ## MRE You can replicate this behaviour...