mirror of
https://github.com/sindresorhus/awesome-nodejs.git
synced 2026-01-28 14:28:14 -08:00
Compare commits
3 Commits
ea4c8b1071
...
7c416c05f6
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
7c416c05f6 | ||
|
|
1d8f4b75b4 | ||
|
|
2030a42092 |
@@ -410,6 +410,7 @@
|
||||
- [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.
|
||||
- [Primate](https://primatejs.com) - A polymorphic development framework that works with node.js
|
||||
|
||||
### Documentation
|
||||
|
||||
@@ -632,6 +633,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.
|
||||
- [Drizzle ORM](https://github.com/drizzle-team/drizzle-orm) - TypeScript ORM that supports various databases such as PostgreSQL.
|
||||
- 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
|
||||
@@ -967,7 +969,8 @@
|
||||
- [Microsoft Node.js Guidelines](https://github.com/Microsoft/nodejs-guidelines) - Tips, tricks, and resources for working with Node.js on Microsoft platforms.
|
||||
- [Module Requests & Ideas](https://github.com/sindresorhus/project-ideas) - Request a JavaScript module you wish existed or get ideas for modules.
|
||||
- [v8-perf](https://github.com/thlorenz/v8-perf) - Notes and resources related to V8 and thus Node.js performance.
|
||||
|
||||
- [FastestEngineer](https://fastest.engineer) - A saas boilerplate that works with node.js
|
||||
-
|
||||
## Related lists
|
||||
|
||||
- [awesome-npm](https://github.com/sindresorhus/awesome-npm) - Resources and tips for using npm.
|
||||
|
||||
Reference in New Issue
Block a user