├── LICENSE ├── README.md ├── mysqly.php ├── mysqly.png └── tests ├── bulk.php ├── bulk.sql ├── innodb_vs_myisam.php ├── performance.php └── tests.php /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrcrypster/mysqly/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrcrypster/mysqly/HEAD/README.md -------------------------------------------------------------------------------- /mysqly.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrcrypster/mysqly/HEAD/mysqly.php -------------------------------------------------------------------------------- /mysqly.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrcrypster/mysqly/HEAD/mysqly.png -------------------------------------------------------------------------------- /tests/bulk.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrcrypster/mysqly/HEAD/tests/bulk.php -------------------------------------------------------------------------------- /tests/bulk.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrcrypster/mysqly/HEAD/tests/bulk.sql -------------------------------------------------------------------------------- /tests/innodb_vs_myisam.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrcrypster/mysqly/HEAD/tests/innodb_vs_myisam.php -------------------------------------------------------------------------------- /tests/performance.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrcrypster/mysqly/HEAD/tests/performance.php -------------------------------------------------------------------------------- /tests/tests.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrcrypster/mysqly/HEAD/tests/tests.php --------------------------------------------------------------------------------