What is AdonisJS Lucid?
22.xLucid is a SQL ORM for AdonisJS built on top of Knex.js. It provides a comprehensive suite of tools for database interaction, including:
- Database Query Builder: A fluent API for building SQL queries.
- Active Record ORM: Full-featured object-relational mapping.
- Schema Builder: Tools for database schema management.
- Migrations: Version control for your database schemas.
- Seeders: Tools to populate the database with test or initial data.
- Model Factories: Utilities to generate fake data for testing.
- Multiple Database Support: Supports MySQL, PostgreSQL, SQLite, MSSQL, Oracle, and LibSQL.