Compare commits

...

5 Commits

Author SHA1 Message Date
Jason Shin 0290f1ca8e
Merge 896cc64a54 into 03a9c63146 2024-02-28 15:28:25 +07:00
Steve Keep 03a9c63146
Add Graphweaver (#1252) 2024-02-28 15:28:16 +07:00
Jason Shin 896cc64a54 fix title case 2023-10-01 12:34:31 +09:00
Jason Shin 7383b89adf
Update readme.md
Co-authored-by: Sindre Sorhus <sindresorhus@gmail.com>
2023-10-01 14:31:47 +11:00
Jason Shin 31ded05760
Update readme.md 2023-08-12 16:02:09 +10:00
1 changed files with 3 additions and 0 deletions

View File

@ -614,6 +614,8 @@
- [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.
- Compile-time checked queries
- [sqlx-ts](https://github.com/JasonShin/sqlx-ts) - CLI tool featuring compile-time checked queries without a DSL and generates types against SQLs to keep your code type-safe.
- 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
@ -764,6 +766,7 @@
- [Strapi](https://github.com/strapi/strapi) - Content Management Framework (headless-CMS) to build powerful APIs.
- [Factor](https://github.com/FactorJS/factor) - Vue.js dashboard framework and headless CMS.
- [AdminBro](https://github.com/SoftwareBrothers/adminjs) - Auto-generated admin panel with CRUD for all your resources.
- [Graphweaver](https://github.com/exogee-technology/graphweaver) - CMS and headless GraphQL API.
### Forum