AdonisJS comes with opinions, but your stack is still your choice.
Want to use MikroORM instead of Lucid?
Thanks to MikroORM, there's now an official guide on how to integrate it with AdonisJS 👇
mikro-orm.io/docs/usage-w...
This guide covers integrating MikroORM with AdonisJS, replacing the default Lucid ORM with MikroORM's Unit of Work and Identity Map patterns. For a complete working example, see the adonis-example-app...