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

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

Notifications You must be signed in to change notification settings

aidn3/SQLiteMySqli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

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

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages