Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
masfahru authored Mar 23, 2024
1 parent 3174fd7 commit a673c9d
Showing 1 changed file with 34 additions and 0 deletions.
34 changes: 34 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1 +1,35 @@
# typescript-orm-benchmark

Object-Relational Mapping (ORM) is a powerful technique that allows you to interact with databases using the same language you’re using for your application. This project aims to provide an objective assessment of the performance of popular Node.js ORMs.

## List of ORM

### MySQL

- [DrizzleORM](https://github.com/masfahru/typescript-orm-benchmark/blob/main/src/mysql/drizzle.ts)
- [KnexJS](https://github.com/masfahru/typescript-orm-benchmark/blob/main/src/mysql/knex.ts)
- [Kysely](https://github.com/masfahru/typescript-orm-benchmark/blob/main/src/mysql/kysely.ts)
- [Mariadb](https://github.com/masfahru/typescript-orm-benchmark/blob/main/src/mysql/mariadb.ts)
- [MikroORM](https://github.com/masfahru/typescript-orm-benchmark/blob/main/src/mysql/mikro.ts)
- [MySQL](https://github.com/masfahru/typescript-orm-benchmark/blob/main/src/mysql/mysql.ts)
- [MySQL2](https://github.com/masfahru/typescript-orm-benchmark/blob/main/src/mysql/mysql2.ts)
- [Prisma](https://github.com/masfahru/typescript-orm-benchmark/blob/main/src/mysql/prisma.ts)
- [Sequelize](https://github.com/masfahru/typescript-orm-benchmark/blob/main/src/mysql/sequelize.ts)
- [TypeORM](https://github.com/masfahru/typescript-orm-benchmark/blob/main/src/mysql/typeorm.ts)

### PostgreSQL

- [DrizzleORM](https://github.com/masfahru/typescript-orm-benchmark/blob/main/src/postgres/drizzle.ts)
- [KnexJS](https://github.com/masfahru/typescript-orm-benchmark/blob/main/src/postgres/knex.ts)
- [Kysely](https://github.com/masfahru/typescript-orm-benchmark/blob/main/src/postgres/kysely.ts)
- [MikroORM](https://github.com/masfahru/typescript-orm-benchmark/blob/main/src/postgres/mikro.ts)
- [PgTyped](https://github.com/masfahru/typescript-orm-benchmark/blob/main/src/postgres/pg-typed.ts)
- [Pg](https://github.com/masfahru/typescript-orm-benchmark/blob/main/src/postgres/pg.ts)
- [Postgres.js](https://github.com/masfahru/typescript-orm-benchmark/blob/main/src/postgres/postgres.ts)
- [Prisma](https://github.com/masfahru/typescript-orm-benchmark/blob/main/src/postgres/prisma.ts)
- [Sequelize](https://github.com/masfahru/typescript-orm-benchmark/blob/main/src/postgres/sequelize.ts)
- [TypeORM](https://github.com/masfahru/typescript-orm-benchmark/blob/main/src/postgres/typeorm.ts)


## License
This project is licensed under the MIT License. Feel free to explore, contribute, and share your insights!

0 comments on commit a673c9d

Please sign in to comment.