Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
igalklebanov authored Apr 5, 2024
1 parent f9030e9 commit 731df73
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@ npm i mysql2

MS SQL Server (MSSQL):

ATTENTION: While Kysely supports `tedious` with its core MS SQL Server (MSSQL) dialect, TypeORM uses `mssql` under the hood. This library doesn't use Kysely's own drivers.
> [!IMPORTANT]
> While Kysely supports `tedious` with its core MS SQL Server (MSSQL) dialect, TypeORM uses `mssql` under the hood. This library doesn't use Kysely's own drivers.
```sh
npm i mssql
Expand Down

0 comments on commit 731df73

Please sign in to comment.