Skip to content
This repository was archived by the owner on Sep 18, 2023. It is now read-only.

Latest commit

 

History

2 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 

Repository files navigation

SQLiteMySqli

Class designed to ease the exportion and importion from and to SQLite and MySqli

Usage Example:

//include the Lib in Project
require "DB_ME.php";

$SQLiteMySqli = new SQLiteMySqli();
$SQLiteMySqli->setMySQLi( getMySqliInstance() );
$SQLiteMySqli->setSQLite( "filePathSQLiteMySqli.db" );

$result = $SQLiteMySqli->exportTableSQLiteMySqli( "students" );

if ($result >= 0) echo "$result exported rows";
else throw $SQLiteMySqli->getLastError();

About

Class designed to ease the exportion and importion from and to SQLite and MySqli

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages