Files
Notes/notes-service/vendor/sea-schema/tests/sakila/Readme.md
T
2026-08-01 16:11:49 +03:00

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