php-orm-benchmark icon indicating copy to clipboard operation
php-orm-benchmark copied to clipboard

PHP ORM Benchmark

Results 5 php-orm-benchmark issues
Sort by recently updated
recently updated
newest added

php7.1 ``` # composer install --ignore-platform-reqs Loading composer repositories with package information Installing dependencies (including require-dev) from lock file Your requirements could not be resolved to an installable set of...

Some ORMs exec queries to get table schema like below: ``` SHOW FULL COLUMNS FROM `post` ``` We should configure all ORMs not to exec the queries like this.

It would be awesome to have D1 for point of reference here as well.