supabase-community / postgres-new

In-browser Postgres sandbox with AI assistance
https://database.build
Apache License 2.0
2.34k stars 183 forks source link

Use a validation library #68

Open jgoux opened 2 months ago

jgoux commented 2 months ago

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

We should use zod or valibot for that. 👍