Files
deb-python-sqlalchemy-utils/sqlalchemy_utils/functions
Robert DeRose 2380151db9 Support SQLAlchemy default in-memory SQLite URL
SQLAlchemy's documentation states if you want to create an in-memory
database you can provide a URL of `sqlite://` and that `:memory` is
implied. The `database_exists` and `create_database` function did not
handle this use-case.
2016-03-28 13:27:01 -04:00
..
2016-01-15 09:56:49 +02:00
2016-03-05 11:37:44 +02:00
2015-03-17 17:35:55 +02:00