huedaya / sqlite3-to-mariadb-format

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sqlite3 to MariaDB format

Convert .sql of SQLITE to MariaDB format. Simply change the sqlite.sqlite.

sqlite3 sqlite.sqlite .dump > sqlite.sql
curl -o script.php https://raw.githubusercontent.com/huedaya/sqlite3-to-mariadb-format/main/script.php
php script.php sqlite.sql > output.mariadb.sql

Known Bug/Limitation

  • no working for some table realation
  • sometimes fail to recognise the JSON, which which altering its content

About


Languages

Language:PHP 100.0%