File tree Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -13,6 +13,7 @@ transactions using [Flask-SQLAlchemy](http://flask-sqlalchemy.pocoo.org/latest/)
13
13
- [ Installation] ( #installation )
14
14
- [ From PyPi] ( #from-pypi )
15
15
- [ Development version] ( #development-version )
16
+ - [ Supported backends] ( #supported-backends )
16
17
- [ Configuration] ( #configuration )
17
18
- [ Conftest setup] ( #conftest-setup )
18
19
- [ Test configuration] ( #test-configuration )
@@ -147,6 +148,20 @@ You can install using pip:
147
148
pip install .
148
149
```
149
150
151
+ ### <a name =" supported-backends " >Supported backends</a >
152
+
153
+ So far, pytest-flask-sqlalchemy has been most extensively tested against
154
+ PostgreSQL 9.6. It should theoretically work with any backend that is supported
155
+ by SQLAlchemy, but Postgres is the only backend that is currently tested by the
156
+ test suite.
157
+
158
+ Official support for SQLite and MySQL is [ planned for a future
159
+ release] ( https://github.com/jeancochrane/pytest-flask-sqlalchemy/issues/3 ) .
160
+ In the meantime, if you're using one of those backends and you run in to
161
+ problems, we would greatly appreciate your help! [ Open an
162
+ issue] ( https://github.com/jeancochrane/pytest-flask-sqlalchemy/issues/new ) if
163
+ something isn't working as you expect.
164
+
150
165
## <a name =" configuration " ></a >Configuration
151
166
152
167
### <a name =" conftest-setup " ></a >Conftest setup
You can’t perform that action at this time.
0 commit comments