SQL ORM for AdonisJS built on top of Knex. Comes with a db query builder, Active record ORM, migrations, seeders and model factories.
The documentation is available on the AdonisJS website
One of the primary goals of AdonisJS is to have a vibrant community of users and contributors who believes in the principles of the framework.
We encourage you to read the contribution guide before contributing to the framework.
Easiest way to run tests is to launch the redis cluster using docker-compose and docker-compose.yml
file.
docker-compose up
npm run test
In order to ensure that the AdonisJS community is welcoming to all, please review and abide by the Code of Conduct.
AdonisJS Lucid is open-sourced software licensed under the MIT license.