Skip to content

Commit 4d1c84b

Browse files
authored
Readme: added note about mysql only support atm (#201)
1 parent cbe8452 commit 4d1c84b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ This extension provides the following features:
1111
* builtin support for `doctrine/dbal`, `mysqli`, and `PDO`
1212
* API to built the same features for your custom sql based database access layer
1313

14+
**Note:**
15+
At the moment only mysql/mariadb databases are supported. Technically it's not a big problem to support other databases though.
16+
1417
[see the unit-testsuite](https://github.com/staabm/phpstan-dba/tree/main/tests/data) to get a feeling about the current featureset.
1518

1619
__Its really early days... and this libs has a few rough edges.__

0 commit comments

Comments
 (0)