Skip to content

SQLite2JSON class in PHP, covert an SQLite database to its JSON representation

License

Notifications You must be signed in to change notification settings

Vaseltior/PHP-SQLite2JSON

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

PHP-SQLite2JSON

SQLite2JSON class in PHP, covert an SQLite database to its JSON representation

Here is an example of use :

<?php

include_once('./classes/SQlite3ToJSONConverter.class.php');

$sDatabaseFileName = '/Users/samuelgrau/Dropbox/IVD.db';
$oDatabaseHandler = new SQlite3ToJSONConverter($sDatabaseFileName);
$sJSON = $oDatabaseHandler->getJSONFromSQLite();
var_dump($sJSON);

?>

About

SQLite2JSON class in PHP, covert an SQLite database to its JSON representation

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages