Skip to content
/ lucid Public

AdonisJS SQL ORM. Supports PostgreSQL, MySQL, MSSQL, Redshift, SQLite and many more

License

Notifications You must be signed in to change notification settings

adonisjs/lucid

Folders and files

NameName
Last commit message
Last commit date

Latest commit

b9c7ec6 · Mar 19, 2025
Oct 10, 2024
Sep 16, 2023
Sep 16, 2023
Nov 27, 2024
Sep 19, 2023
Jan 16, 2025
Sep 19, 2023
Mar 19, 2025
Dec 26, 2023
Jun 19, 2024
Mar 19, 2025
Feb 15, 2021
Sep 19, 2023
Sep 19, 2023
Jun 4, 2022
Feb 15, 2021
Sep 16, 2023
Mar 14, 2024
Apr 21, 2024
Jun 19, 2024
Oct 10, 2024
Jan 11, 2024
Mar 12, 2025
Jun 19, 2024

Repository files navigation

@adonisjs/lucid


gh-workflow-image npm-image license-image

Introduction

SQL ORM for AdonisJS built on top of Knex. Comes with a db query builder, Active record ORM, migrations, seeders and model factories.

Official Documentation

The documentation is available on the Lucid website

Contributing

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.

Run tests locally

Easiest way to run tests is to launch the redis cluster using docker-compose and docker-compose.yml file.

docker-compose up -d
npm run test

Code of Conduct

In order to ensure that the AdonisJS community is welcoming to all, please review and abide by the Code of Conduct.

License

AdonisJS Lucid is open-sourced software licensed under the MIT license.