mathesar-foundation / mathesar

Web application providing an intuitive user experience to databases.
https://mathesar.org/
GNU General Public License v3.0
2.28k stars 316 forks source link

Implement `columns.list` RPC method #3571

Closed mathemancer closed 1 month ago

mathemancer commented 1 month ago

Replaces GET /api/db/v0/tables/{tableId}/columns/

We need an RPC function at columns.list that takes a database_id, table_oid as input, and returns information about the columns of that table, as well as display options.