Questions tagged [lucid]

Lucid is the AdonisJS implementation of the active record pattern.

Lucid is the AdonisJS implementation of the active record pattern.

If you’re familiar with Laravel or Ruby on Rails, you’ll find many similarities between Lucid and Laravel’s Eloquent or Rails' Active Record.

Lucid documentation

31 questions
0
votes
1 answer

How to run cascade seed & factories in AdonisJS?

I'm setting up a new application I'm developing using the framework AdonisJS, I'm on the process of creating seeds and factories for my models in order to manually seed data to database easily. However, my models are related to one another and I'm…
1 2
3