Skip to content

Commit 43de15e

Browse files
committed
Add PlanetScale for Postgres support.
1 parent 6b51105 commit 43de15e

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

contents/docs/connecting-to-postgres.mdx

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ Here are some common Postgres options and what we know about their support level
1616
| Postgres.app ||
1717
| postgres:16.2-alpine docker image ||
1818
| Supabase |  See [notes below](#supabase) |
19+
| PlanetScale for Postgres | 🤷‍♂️  No [event triggers](#event-triggers), see [notes below](#planetscale-for-postgres) |
1920
| Render | 🤷‍♂️  No [event triggers](#event-triggers) |
2021
| Heroku | 🤷‍♂️  No [event triggers](#event-triggers) |
2122

@@ -95,6 +96,12 @@ difficult.
9596

9697
IPv4 addresses are only supported on the Pro plan and are an extra $4/month.
9798

99+
## PlanetScale for Postgres
100+
101+
PlanetScale doesn't support [event triggers](#event-triggers) yet, but they say this is something they are working on.
102+
103+
PlanetScale also doesn't support creating publications with the [`FOR ALL TABLES` clause](https://www.postgresql.org/docs/current/sql-createpublication.html). Zero typically uses this to create an initial default publication during setup. You can workaround this by [creating a publication](postgres-support#limiting-replication) explicitly listing the tables you want to replicate.
104+
98105
## Neon
99106

100107
Neon fully supports Zero, but you should be aware of how Neon's pricing model and Zero interact.

contents/docs/samples.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ A complete Linear-style bug tracker. Not just a demo app, this is our actual liv
1717

1818
## ztunes
1919

20-
An ecommerce store built with Zero, TanStack, Drizzle, and Supabase.
20+
An ecommerce store built with Zero, TanStack, Drizzle, and PlanetScale for Postgres.
2121

2222
<a href="https://ztunes.rocicorp.dev">
2323
<img src="/images/samples/ztunes.png" alt="ztunes" style={{border: 'none', padding: 'none'}} />

0 commit comments

Comments
 (0)