We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cbe8452 commit 4d1c84bCopy full SHA for 4d1c84b
README.md
@@ -11,6 +11,9 @@ This extension provides the following features:
11
* builtin support for `doctrine/dbal`, `mysqli`, and `PDO`
12
* API to built the same features for your custom sql based database access layer
13
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
+
17
[see the unit-testsuite](https://github.com/staabm/phpstan-dba/tree/main/tests/data) to get a feeling about the current featureset.
18
19
__Its really early days... and this libs has a few rough edges.__
0 commit comments