Skip to content

Commit f06da2f

Browse files
kiwicopplesoedirgo
authored andcommitted
feat: add a parser and AST
1 parent 7f43572 commit f06da2f

File tree

8 files changed

+253
-12301
lines changed

8 files changed

+253
-12301
lines changed

README.md

+3
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ https://supabase.github.io/postgres-meta/
1111
Schema:
1212

1313
- [X] `POST /query` (Execute SQL query)
14+
- [ ] `POST /format` (Format SQL query)
15+
- [ ] `POST /parse` (Parse SQL query into AST)
16+
- [ ] `POST /explain` (Explain SQL query)
1417
- [X] `/columns`
1518
- [X] GET (List)
1619
- [X] POST (`alter table add column`)

0 commit comments

Comments
 (0)