supabase / postgres-meta

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

Feat: Indexes #583

Closed kiwicopple closed 1 year ago

kiwicopple commented 1 year ago

Chore

Describe the chore

Add endpoints for indexes

Additional context

This is especially important for pgvector, so we need to build a UI around this (and tbh we should have done this years ago)

kiwicopple commented 1 year ago

dupe: https://github.com/supabase/postgres-meta/issues/513