We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f06da2f commit e8a8980Copy full SHA for e8a8980
README.md
@@ -11,8 +11,8 @@ https://supabase.github.io/postgres-meta/
11
Schema:
12
13
- [X] `POST /query` (Execute SQL query)
14
- - [ ] `POST /format` (Format SQL query)
15
- - [ ] `POST /parse` (Parse SQL query into AST)
+ - [x] `POST /format` (Format SQL query)
+ - [x] `POST /parse` (Parse SQL query into AST)
16
- [ ] `POST /explain` (Explain SQL query)
17
- [X] `/columns`
18
- [X] GET (List)
0 commit comments