supabase / postgres-meta

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

feat: add support for batch column add #608

Open mahendraHegde opened 1 year ago

mahendraHegde commented 1 year ago

What kind of change does this PR introduce?

support to add multiple column to a table

What is the current behavior?

we need to add columns 1 by 1

What is the new behavior?

we will be able send columns as an array(batch) or object(backward compatibility) to the POST /columns endpoint closes #182

swagger updated

Screenshot 2023-09-06 at 11 04 30 PM Screenshot 2023-09-06 at 11 04 41 PM
mahendraHegde commented 1 year ago

@soedirgo PR is ready, plz review