mirror of
https://github.com/supabase/supabase.git
synced 2026-06-22 23:15:18 +08:00
13 lines
346 B
Markdown
13 lines
346 B
Markdown
---
|
|
id: about
|
|
title: Postgres API
|
|
description: A RESTful API for managing your Postgres. Fetch tables, add roles, and run queries
|
|
---
|
|
|
|
A RESTful API for managing your Postgres. Fetch tables, add roles, and run queries.
|
|
|
|
## Usage
|
|
|
|
- GitHub: https://github.com/supabase/postgres-meta
|
|
- Full documentation: https://supabase.github.io/postgres-meta/
|