Skip to content

Commit e59bf67

Browse files
committed
turso free limit updated
1 parent 7053a65 commit e59bf67

File tree

1 file changed

+2
-2
lines changed
  • src/app/blog/serverless-sql-databases

1 file changed

+2
-2
lines changed

src/app/blog/serverless-sql-databases/page.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ If your app is already built with the Prisma ORM, this is the most seamless expe
119119
<td className="py-3 px-2 font-medium">Free Tier</td>
120120
<td className="py-3 px-2">0.5GB</td>
121121
<td className="py-3 px-2">500MB DB</td>
122-
<td className="py-3 px-2">9GB</td>
122+
<td className="py-3 px-2">5GB</td>
123123
<td className="py-3 px-2">❌ Paid Only</td>
124124
<td className="py-3 px-2">5GB</td>
125125
<td className="py-3 px-2">100k Ops</td>
@@ -162,7 +162,7 @@ If you're starting today, don't get paralyzed by the choice. Here is how I usual
162162

163163
1. **Building an MVP solo?** Use **Supabase**. Having Auth and DB in one place saves you days of setup.
164164
2. **Building a Next.js/React app?** Use **Neon**. The branching makes your CI/CD pipeline feel like magic.
165-
3. **Need raw speed at the edge?** Use **Turso**. The latency is unbeatable and 9GB for free is wild.
165+
3. **Need raw speed at the edge?** Use **Turso**. The latency is unbeatable and 5GB for free is wild.
166166
4. **Scaling a MySQL app on a budget?** **TiDB Starter** is the best serverless MySQL tier for most devs.
167167
5. **Scaling a high-traffic MySQL app with a budget?** **PlanetScale** is the gold standard if you can justify the $39/mo starting price.
168168

0 commit comments

Comments
 (0)