Skip to content

Commit 0a101c2

Browse files
Add Kysely to ORM section
1 parent 7ae6380 commit 0a101c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1029,7 +1029,7 @@ 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-
1032+
* [kysely](https://github.com/kysely-org/kysely) A type-safe typescript SQL query builder.
10331033

10341034
## Misc
10351035

0 commit comments

Comments
 (0)