A simple mikroORM integration for Atlas Framework
npm install --save robdeflop/atlas-mikroorm-plugin#build-branch
OR
yarn add robdeflop/atlas-mikroorm-plugin#build-branch
coming soon
If you decide to use this plugin, you should add these environmental variables to your local .env file.
DB_HOST=localhost
DB_PORT=3306
DB_TYPE=mysql
DB_USER=yourUsername
DB_PASSWORD=yourPassword
DB_NAME=databaseName