crate-dbal
crate-dbal copied to clipboard
Doctrine Database Access Layer for Crate.IO
Hello, the package is still dependant on dbal v2. The newest Release ist v4 and soon there will be v5. Symfony 7 and Laravel 10 dropped support for this dbal...
Hi there, this library currently uses `"doctrine/dbal": "^2.12"`. We might want to also check compatibility with version 3.x and 4.x. Doctrine DBAL stable is currently at version 3.6.2, and version...
Hi again, while this library is currently based upon [`crate-pdo`](https://github.com/crate/crate-pdo), in turn using the HTTP interface of CrateDB, we might want to check if it will be feasible to use...
Hallo, this is a follow up of my series #75 and #84. I try to read the following table definition using DBAL: ```SQL CREATE TABLE statusengine_logentries ( logentry_time timestamp, entry_time...
## Summary of the changes / Why this is an improvement Add PHPStan to help with moving from DBAL 2 to the current version. We can first fix up all...