I'm looking to use AdonisJS with an existing database I made. I only see tutorials and documentation on creating/migrating new tables. I'm struggling to find online content that shows how to integrate Adonis with a previously created SQL database.
I heard it was possible but I do not know how to go about this and fetch the models and sync the orm. How may I do this?