Skip to content

Commit e968f28

Browse files
Add Knex to ORM section
1 parent 0a101c2 commit e968f28

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1029,7 +1029,8 @@ There're also some great commercial libraries, like [amchart](https://www.amchar
10291029
* [Mongoose](https://github.com/Automattic/mongoose) MongoDB object modeling designed to work in an asynchronous environment.
10301030
* [TypeORM](https://github.com/typeorm/typeorm) ORM for TypeScript and JavaScript, Works in NodeJS, Browser, Ionic, Cordova and Electron platforms.
10311031
* [Drizzle ORM](https://github.com/drizzle-team/drizzle-orm) Headless TypeScript ORM with a head. Runs on Node, Bun and Deno.
1032-
* [kysely](https://github.com/kysely-org/kysely) A type-safe typescript SQL query builder.
1032+
* [Kysely](https://github.com/kysely-org/kysely) A type-safe typescript SQL query builder.
1033+
* [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.
10331034

10341035
## Misc
10351036

0 commit comments

Comments
 (0)