php-orm-benchmark
php-orm-benchmark copied to clipboard
PHP ORM Benchmark
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 should be removed.
Redbean
It would be awesome to have D1 for point of reference here as well.