postgres-new
postgres-new copied to clipboard
feat: database deployment
trafficstars
What kind of change does this PR introduce?
feature
What is the current behavior?
we can't deploy the local databases we create in the browser
What is the new behavior?
the databases can be deployed and accessed with any PostgreSQL client over TCP
Remaining tasks
- [x] Check if the pglite dump is tar vs tar.gz when uploading, compress/uncompress in consequence
- [x] Merge the cache deletion strategy: https://github.com/supabase-community/postgres-new/pull/76
- [x] Deploy the proxy on staging
- [ ] Run this PR on staging (frontend connected to Fly)