Skip to content

Commit ce23de6

Browse files
Add MikroORM to ORM section
1 parent e968f28 commit ce23de6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1031,6 +1031,7 @@ There're also some great commercial libraries, like [amchart](https://www.amchar
10311031
* [Drizzle ORM](https://github.com/drizzle-team/drizzle-orm) Headless TypeScript ORM with a head. Runs on Node, Bun and Deno.
10321032
* [Kysely](https://github.com/kysely-org/kysely) A type-safe typescript SQL query builder.
10331033
* [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.
1034+
* [MikroORM](https://github.com/mikro-orm/mikro-orm) TypeScript ORM for Node.js based on Data Mapper, Unit of Work and Identity Map patterns.
10341035

10351036
## Misc
10361037

0 commit comments

Comments
 (0)