staabm / phpstan-dba

PHPStan based SQL static analysis and type inference for the database access layer
https://staabm.github.io/archive.html#phpstan-dba
MIT License
250 stars 17 forks source link

add LazySchemaHasher #606

Closed bloep closed 1 year ago

bloep commented 1 year ago

There is LazyQueryReflector, but the SchemaHasherMysql still always needs a connection. With this one could defer this too.

staabm commented 1 year ago

released https://github.com/staabm/phpstan-dba/releases/tag/0.2.73