postgres-new
postgres-new copied to clipboard
In-browser Postgres sandbox with AI assistance
## 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...
# Feature request Support more postgres extensions, particularly `ltree`, but ideally all that `pglite` supports. ## Is your feature request related to a problem? Please describe. Unable to experiment with...
## Background When this project was first created as a POC, chat message history did not persist, but your DB tables did. So we added a hidden initial tool call...
We are currently storing zipped tarballs of the PGDATA in S3 compatible storages. But it comes with complications: - we must download and decompress the archive on the local filesystem...
# Bug report ## Describe the bug Type two to three lines in the chat field. Notice that you can't see the earlier lines that you typed. ![CleanShot 2024-08-14 at...
We can leverage the fact that Supabase Storage infos are stored in the same database as `deployed_databases` to have referential integrity between a deployed database and its tarball.
Right now we don't have a good story for validating data (either on the frontend or in the backend). We should also use this library to validate and export type-safe...
We don't differentiate internal vs external errors, so the error reporting story is a bit messy right now. We should have clear error instances so we can route and format...
what I did: asked to `drop schema public` (sucessfully) then asked to run `\l+` - and got `Error: Parse error: Unexpected "\l+" at line 1 column 1.` I is a...