Convert Json Object to SQL.
composer require lifeeka/jsql:dev-master
<?php
$config['host'] = '127.0.0.1';
$config['db'] = 'test';
$config['username'] = 'test';
$config['password'] = 'test';
$Client = new Lifeeka\JSQL\Client($config);
$Client->loadFile('sample/sample2.json');
$Client->migrate();
./vendor/bin/phpunit
Contributions are welcome! 😍
- Convert SQL to Json
This project is licensed under the MIT License