412 B
412 B
Import
First import the the sakila dataset
Install
First install necessary PHP extensions
sudo apt install php-mysql php-pgsql
Then install dependencies
composer install
Run
php index.php > schema.json
Dump
I can't seem to be able to reproduce the original .sql The best I got is
mysqldump sakila --no-data --skip-opt --skip-quote-names --skip-set-charset