thetutlage / lucid-alone

A repo showing how to make use of AdonisJs ORM Lucid without the entire framework.
1 stars 0 forks source link

Update this project to make use of Adonis 4.0 and the new Lucid version #1

Open nallown opened 5 years ago

nallown commented 5 years ago

The new Adonis version uses Async/Await functions instead of Generator functions, I really want to upgrade my codebase to use Async/Await as well and this project is also outdated.

Could you update the codebase to use the new Adonis and Lucid versions? I couldn't get the Ioc and Helper to work with the new Adonis versions.

nallown commented 5 years ago

Any update on this? I've been using Adonis for a really long time and I love it, I've tried other ORMs with async/await support but none of them are as good as Lucid. I would love to use Lucid with async/await :)