Compare commits

...

3 Commits

Author SHA1 Message Date
Akash Kava
882d8d652e Merge 025e621384 into 0ab8a162c1 2024-04-01 22:02:58 +05:30
Amit Mittal
0ab8a162c1 Add Hono (#1268)
Co-authored-by: Sindre Sorhus <sindresorhus@gmail.com>
2024-03-31 14:49:31 +09:00
Akash Kava
025e621384 Added Entity Access ORM 2023-09-29 20:17:42 +05:30

View File

@@ -393,6 +393,7 @@
- [Marble.js](https://github.com/marblejs/marble) - Functional reactive framework for building server-side apps, based on TypeScript and RxJS.
- [Lad](https://github.com/ladjs/lad) - Framework made by a former Express TC and Koa member that bundles web, API, job, and proxy servers.
- [Ts.ED](https://github.com/tsedio/tsed) - Intituive TypeScript framework for building server-side apps on top of Express.js or Koa.js.
- [Hono](https://github.com/honojs/hono) - Small and fast web framework.
### Documentation
@@ -614,6 +615,7 @@
- [TypeORM](https://github.com/typeorm/typeorm) - ORM for PostgreSQL, MariaDB, MySQL, SQLite, and more.
- [MikroORM](https://github.com/mikro-orm/mikro-orm) - TypeScript ORM based on Data Mapper, Unit of Work and Identity Map patterns. Supports MongoDB, PostgreSQL, MySQL and SQLite.
- [Prisma](https://github.com/prisma/prisma) - Modern database access (ORM alternative). Auto-generated and type-safe query builder in TypeScript. Supports PostgreSQL, MySQL & SQLite.
- [Entity Access](https://github.com/Entity-Access/entity-access/actions) - Inspired from Entity Framework Core, Entity Access is ORM with Arrow Function to SQL Translator helps you write small readable queries.
- Query builder
- [Knex](https://github.com/knex/knex) - Query builder for PostgreSQL, MySQL and SQLite3, designed to be flexible, portable, and fun to use.
- Other