From b9d84c23979c2c1cf079126c1e96e7c3ff386e3a Mon Sep 17 00:00:00 2001 From: Mahdi ramezaan zaade Date: Sat, 27 Sep 2025 11:54:11 +0330 Subject: [PATCH] Update bun-sql-new.mdx bun bug has been fixed and issue is closed. (issue)[https://github.com/oven-sh/bun/issues/16774] --- src/content/docs/get-started/bun-sql-new.mdx | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/src/content/docs/get-started/bun-sql-new.mdx b/src/content/docs/get-started/bun-sql-new.mdx index 7aeb9b505..b78343713 100644 --- a/src/content/docs/get-started/bun-sql-new.mdx +++ b/src/content/docs/get-started/bun-sql-new.mdx @@ -26,11 +26,6 @@ import ConnectBun from '@mdx/get-started/postgresql/ConnectBun.mdx'; - **Bun SQL** - native bindings for working with PostgreSQL databases - [read here](https://bun.sh/docs/api/sql) - -In version `1.2.0`, Bun has issues with executing concurrent statements, which may lead to errors if you try to run several queries simultaneously. -We've created a [github issue](https://github.com/oven-sh/bun/issues/16774) that you can track. Once it's fixed, you should no longer encounter any such errors on Bun's SQL side - - #### Step 1 - Install required packages @@ -68,4 +63,4 @@ We've created a [github issue](https://github.com/oven-sh/bun/issues/16774) that To run a script with `bun`, use the following command: ```bash copy bun src/index.ts -``` \ No newline at end of file +```