
Querying PostGIS columns with Supabase and TypeScript
Supabase's type generator is very helpful when using supabase-js with TypeScript. But when your query selects a PostGIS geometry type column, its generated type will be unknown. We have a few options: supabase-js queries Supabase's PostgREST API, which actually returns geometry columns in a usable…
Continue reading...