lucid-mongo
lucid-mongo copied to clipboard
Hybrid relationship with Adonis Lucid ORM
Hi there,
I'm new to AdonisJS development, I came from background as Laravel developer, I want to ask if there any hybrid relationship available that we can make relationship from mongodb collection into mysql table (legacy database) using official Adonis Lucid?
Take a look on this repo for example: laravel-mongodb
@dels07 sorry. Current version can you mongodb only
I think this'd be a great feature. Currently, it looks like the only way to implement this behavior is by using the standalone version @duyluonglc