Julien Goux

Results 54 issues of Julien Goux

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...

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...