Skip to content

Commit

Permalink
Merge pull request #1 from naorpeled/patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
igalklebanov authored Mar 17, 2024
2 parents 2c9b2a5 + 3b0f079 commit 703f411
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Just like most ORMs for Node.js, TypeORM has poor TypeScript support when it com

Kysely (pronounced “Key-Seh-Lee”) is a type-safe and autocompletion-friendly TypeScript SQL query builder. Inspired by Knex. Mainly developed for Node.js but also runs on Deno and in the browser.

A match made in heaven, on paper. Let's see how it works in practice, with `kysely-typeorm` - a toolkit (dialect, type translators, etc.) that allows using your existing Sequelize instance with Kysely.
A match made in heaven, on paper. Let's see how it works in practice, with `kysely-typeorm` - a toolkit (dialect, type translators, etc.) that allows using your existing TypeORM setup with Kysely.

## Installation

Expand Down

0 comments on commit 703f411

Please sign in to comment.