개발/php
PHP-SQLite2JSON
철권
2018. 7. 27. 09:30
728x90
https://github.com/Vaseltior/PHP-SQLite2JSON
<?php
include_once('./classes/SQlite3ToJSONConverter.class.php');
$sDatabaseFileName = '/Users/samuelgrau/Dropbox/IVD.db';
$oDatabaseHandler = new SQlite3ToJSONConverter($sDatabaseFileName);
$sJSON = $oDatabaseHandler->getJSONFromSQLite();
var_dump($sJSON);
?>728x90
반응형