- nestjs-objection VS typed-knex
- nestjs-objection VS knex-relay-cursor-pagination
- nestjs-objection VS objection-authorize
- nestjs-objection VS azure-database
- nestjs-objection VS knex-types
- nestjs-objection VS nest-repository-pattern
- nestjs-objection VS MikroORM
- nestjs-objection VS Prisma
- nestjs-objection VS Nest
- nestjs-objection VS edgedb-vs-knex
Nestjs-objection Alternatives
Similar projects and alternatives to nestjs-objection
-
Prisma
Next-generation ORM for Node.js & TypeScript | PostgreSQL, MySQL, MariaDB, SQL Server, SQLite, MongoDB and CockroachDB
-
SurveyJS
SurveyJS: Build JSON-Driven Surveys and Forms with Full Data Control. Add the SurveyJS UI components to your JS app (React/Angular/Vue3). Securely collect and analyze data without sending it to 3rd-party servers. Fully customizable, works with any backend, and ideal for data-heavy apps. Learn more.
-
Nest
A progressive Node.js framework for building efficient, scalable, and enterprise-grade server-side applications with TypeScript/JavaScript 🚀
-
MikroORM
TypeScript ORM for Node.js based on Data Mapper, Unit of Work and Identity Map patterns. Supports MongoDB, MySQL, MariaDB, MS SQL Server, PostgreSQL and SQLite/libSQL databases.
-
-
-
-
objection-authorize
Discontinued isomorphic, "magical" authorization integration with Objection.js 🎉
-
InfluxDB
InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
-
-
-
edgedb-vs-knex
Comparison of Knex/Objection ORM & EdgeDB query builders by implementing & testing a task model with each setup.
nestjs-objection discussion
nestjs-objection reviews and mentions
- Exploring the repository pattern with TypeScript and Node
Next, let’s set up the database for our newly created Nest application. I’ll be using PostgreSQL, but you can use any of the databases Knex supports. To interact with our database, we’ll be using Objection.js, which is an ORM for Node.js built on top Knex. For this tutorial, we’ll be using Nest Objection, a Nest module for Objection.
- Raw SQL or ORM?
Stats
willsoto/nestjs-objection is an open source project licensed under Apache License 2.0 which is an OSI approved license.
The primary programming language of nestjs-objection is TypeScript.