From 1cb99a3d69c696973327bb8fa4649be6ee2b41a4 Mon Sep 17 00:00:00 2001 From: unknown Date: Sun, 9 Mar 2025 13:02:48 +0100 Subject: [PATCH 1/2] feat: add objection.js to ORM Section --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index b4d54027..62f44853 100644 --- a/README.md +++ b/README.md @@ -1036,6 +1036,8 @@ There're also some great commercial libraries, like [amchart](https://www.amchar * [Kysely](https://github.com/kysely-org/kysely) A type-safe typescript SQL query builder. * [Knex](https://github.com/knex/knex) A query builder for PostgreSQL, MySQL, CockroachDB, SQL Server, SQLite3 and Oracle, designed to be flexible, portable, and fun to use. * [MikroORM](https://github.com/mikro-orm/mikro-orm) TypeScript ORM for Node.js based on Data Mapper, Unit of Work and Identity Map patterns. +* [Ojection.js](https://github.com/Vincit/objection.js) A SQL-friendly ORM for Node.js built on top of Knex.js, with powerful relational support. + ## WebSockets From a3b3a70c7eeb768036f2ed35f443c9a5fe78a3a9 Mon Sep 17 00:00:00 2001 From: unknown Date: Sun, 9 Mar 2025 13:05:52 +0100 Subject: [PATCH 2/2] fix: fix name spelling --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 62f44853..86f99925 100644 --- a/README.md +++ b/README.md @@ -1036,7 +1036,7 @@ There're also some great commercial libraries, like [amchart](https://www.amchar * [Kysely](https://github.com/kysely-org/kysely) A type-safe typescript SQL query builder. * [Knex](https://github.com/knex/knex) A query builder for PostgreSQL, MySQL, CockroachDB, SQL Server, SQLite3 and Oracle, designed to be flexible, portable, and fun to use. * [MikroORM](https://github.com/mikro-orm/mikro-orm) TypeScript ORM for Node.js based on Data Mapper, Unit of Work and Identity Map patterns. -* [Ojection.js](https://github.com/Vincit/objection.js) A SQL-friendly ORM for Node.js built on top of Knex.js, with powerful relational support. +* [Objection.js](https://github.com/Vincit/objection.js) A SQL-friendly ORM for Node.js built on top of Knex.js, with powerful relational support. ## WebSockets