├── .gitignore └── README.md /.gitignore: -------------------------------------------------------------------------------- 1 | node_modules 2 | package-lock.json 3 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # Demos for MySQL Multi-Lingual Environment 2 | 3 | This repository contained demos for the MySQL Multi-Lingual Environment. The MySQL Multi-Lingual Environment project has been paused (with uncertain restart date) so we have removed all the demos from the repo. 4 | --------------------------------------------------------------------------------