Skip to content

Commit 35cf88e

Browse files
authored
Link blog articles
1 parent f211744 commit 35cf88e

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,12 @@
44
With this information at hand we are able to detect type inconsistencies between your domain model and database-schema.
55
Additionally errors in code handling the results of sql queries can be detected.
66

7-
This extension provides the following features:
7+
This extension provides the following features, as long as you [stick to the rules](https://staabm.github.io/2022/07/23/phpstan-dba-inference-placeholder.html#the-golden-phpstan-dba-rules):
88

9-
* result set type-inferrence
10-
* inspect sql queries, detect errors and placeholder/bound value mismatches
11-
* query plan analysis to detect performance issues
9+
* [result set type-inferrence](https://staabm.github.io/2022/06/19/phpstan-dba-type-inference.html)
10+
* [detect errors in sql queries](https://staabm.github.io/2022/08/05/phpstan-dba-syntax-error-detection.html)
11+
* [detect placeholder/bound value mismatches](https://staabm.github.io/2022/07/30/phpstan-dba-placeholder-validation.html)
12+
* [query plan analysis](https://staabm.github.io/2022/08/16/phpstan-dba-query-plan-analysis.html) to detect performance issues
1213
* builtin support for `doctrine/dbal`, `mysqli`, and `PDO`
1314
* API to configure the same features for your custom sql based database access layer
1415

0 commit comments

Comments
 (0)