Easiest way to Migrate tables to Lazer-Database
It will convert the key/value paired array to Lazer-Database table
Features:
- Dynamically create table and columns with the data type based on the value
- Add records after the table is created
- Adds callback for the objects like classes etc.
- PHP 7.0+
- Composer
To add library to your dependencies, execute:
composer require lazer-database/migrate-to-lazer-database
Easiest way to run unit tests is to use composer script
composer run-script test
Hope you are doing well.
Regards