I'm interested in incorporating my custom SQL database into AdonisJS, but I've had trouble finding resources on how to do so. Most of the tutorials and documentation available focus on creating new tables rather than integrating an existing database.
I know it's possible to connect Adonis with a pre-existing database, but I'm unsure about the process for fetching models and synchronizing the ORM. Can anyone provide guidance on how to accomplish this?