Y
Hacker News
new
|
ask
|
show
|
jobs
by
buster
178 days ago
Sounds amazing, but i would rather be able to run the database locally and use the same in dev as in production. Is this possible?
2 comments
rcrowley
178 days ago
PlanetScale's Postgres offering is as close to plain-old-Postgres as we could possibly build.
link
Hawkenfall
178 days ago
It's just a hosted Postgres database, you could run this locally with Docker for example:
https://hub.docker.com/_/postgres
link