Objection.js: Detailed Overview & Metrics

v3.1.4(8 months ago)

This package is actively maintained.Types definitions are bundled with the npm packageNumber of direct dependencies: 3Monthly npm downloads

Objection is a popular Node.js ORM (Object-Relational Mapping) library for SQL databases, designed to simplify database interactions and streamline data querying in applications. It provides a robust query builder that allows developers to construct complex database queries using a fluent and intuitive syntax. Objection also offers support for eager loading relationships, transactions, and database migrations.

Compared to other Node.js ORM libraries like Sequelize and TypeORM, Objection stands out for its simplicity, flexibility, and ease of use. It is actively maintained with regular updates and a growing community of users and contributors.

Tags: node.jsORMSQLdatabasequery-builder