Skip to content
/ litemy Public

Plain logic converter for SQLite into MySQL - Supply your SQLite database schema and data into PHP script and get converted SQL scripts for MySQL in a second. Adminer is a great single file database manager and you can use it for SQLite database dump.

License

Notifications You must be signed in to change notification settings

bilims/litemy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

litemy

Plain logic data converter for SQLite into MySQL in PHP.

usage

input: http://{HOST}/litemy.php?schema={SCHEMA_SQLITE.SQL}&data={DATA_SQLITE.SQL}

output: 1-import_schema.mysql.sql and 1-import_data.mysql.sql

###### NOTE: Adminer is a great single file database manager and you can use it for SQLite database dump.

About

Plain logic converter for SQLite into MySQL - Supply your SQLite database schema and data into PHP script and get converted SQL scripts for MySQL in a second. Adminer is a great single file database manager and you can use it for SQLite database dump.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages