From 6b2a7acff2b0432f6888c09e899c39beb07a872d Mon Sep 17 00:00:00 2001 From: Ashcon Partovi Date: Mon, 3 Mar 2025 11:40:30 -0800 Subject: [PATCH] Remove outdated callout for Bun The issue referenced in the callout has been fixed --- src/content/docs/connect-bun-sql.mdx | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/src/content/docs/connect-bun-sql.mdx b/src/content/docs/connect-bun-sql.mdx index fcd63086..a76d3cdf 100644 --- a/src/content/docs/connect-bun-sql.mdx +++ b/src/content/docs/connect-bun-sql.mdx @@ -18,11 +18,6 @@ According to the **[official website](https://bun.sh/)**, Bun is a fast all-in-o Drizzle ORM natively supports **[`bun sql`](https://bun.sh/docs/api/sql)** module and it's crazy fast 🚀 - -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 packages drizzle-orm @@ -51,4 +46,4 @@ const db = drizzle({ client }); #### What's next? - \ No newline at end of file +