Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ This extension provides the following features:
* builtin support for `doctrine/dbal`, `mysqli`, and `PDO`
* API to built the same features for your custom sql based database access layer

**Note:**
At the moment only mysql/mariadb databases are supported. Technically it's not a big problem to support other databases though.

[see the unit-testsuite](https://github.com/staabm/phpstan-dba/tree/main/tests/data) to get a feeling about the current featureset.

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