Skip to content

Commit a11499f

Browse files
committed
content fixes
1 parent 05060eb commit a11499f

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ export const metadata = getMetadata({
2121
publishedAt={"2026-01-30T00:00:00Z"}
2222
/>
2323

24-
If you’re spinning up a new project, you’ve probably realized that managing a database server in 2024 feels like a chore. We’ve moved past the days of SSH-ing into a box just to tweak memory settings. Now, we just want a connection string that scales when our app gets hit and shrinks when we’re sleeping.
24+
If you’re spinning up a new project, you’ve probably realized that managing a database server in 2026 feels like a chore. We’ve moved past the days of SSH-ing into a box just to tweak memory settings. Now, we just want a connection string that scales when our app gets hit and shrinks when we’re sleeping.
2525

2626
But "serverless SQL" has become a crowded space. Between the Postgres-alikes and the MySQL giants, the "best" choice depends entirely on your stack and your tolerance for things like cold starts. Here is my take on the current landscape from a developer's perspective.
2727

0 commit comments

Comments
 (0)