supabase / postgres-meta

A RESTful API for managing your Postgres. Fetch tables, add roles, and run queries
https://supabase.com
Apache License 2.0
925 stars 125 forks source link

fix: make `Json` object values possibly `undefined` #587

Closed soedirgo closed 1 year ago

soedirgo commented 1 year ago

See also https://github.com/denoland/deno_std/pull/2565. Omitting undefined makes the Json type pretty annoying to use, e.g. when passing values to jsonb columns/params.