@adonisjs/lucid

SQL ORM built on top of Active Record pattern

@adonisjs/lucid downloads @adonisjs/lucid version @adonisjs/lucid license

@adonisjs/lucidSimilar Packages:

Npm Package Weekly Downloads Trend

3 Years
🌟 Show real-time usage chart on @adonisjs/lucid's README.md, just copy the code below.
## Usage Trend
[![Usage Trend of @adonisjs/lucid](https://npm-compare.com/img/npm-trend/THREE_YEARS/@adonisjs/lucid.png)](https://npm-compare.com/@adonisjs/lucid#timeRange=THREE_YEARS)

Cumulative GitHub Star Trend

🌟 Show GitHub stars trend chart on @adonisjs/lucid's README.md, just copy the code below.
## GitHub Stars Trend
[![GitHub Stars Trend of @adonisjs/lucid](https://npm-compare.com/img/github-trend/@adonisjs/lucid.png)](https://npm-compare.com/@adonisjs/lucid)

Stat Detail

Package
Downloads
Stars
Size
Issues
Publish
License
@adonisjs/lucid01,1921.04 MB814 hours agoMIT

README for @adonisjs/lucid

@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.