diff --git a/README.md b/README.md index 4a34bb3..06b5f1d 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,7 @@ transactions using [Flask-SQLAlchemy](http://flask-sqlalchemy.pocoo.org/latest/) - [Installation](#installation) - [From PyPi](#from-pypi) - [Development version](#development-version) + - [Supported backends](#supported-backends) - [Configuration](#configuration) - [Conftest setup](#conftest-setup) - [Test configuration](#test-configuration) @@ -147,6 +148,20 @@ You can install using pip: pip install . ``` +### Supported backends + +So far, pytest-flask-sqlalchemy has been most extensively tested against +PostgreSQL 9.6. It should theoretically work with any backend that is supported +by SQLAlchemy, but Postgres is the only backend that is currently tested by the +test suite. + +Official support for SQLite and MySQL is [planned for a future +release](https://github.com/jeancochrane/pytest-flask-sqlalchemy/issues/3). +In the meantime, if you're using one of those backends and you run in to +problems, we would greatly appreciate your help! [Open an +issue](https://github.com/jeancochrane/pytest-flask-sqlalchemy/issues/new) if +something isn't working as you expect. + ## Configuration ### Conftest setup