Skip to content

Commit e09f528

Browse files
committed
docs: check off functions in README
1 parent df7d15a commit e09f528

File tree

1 file changed

+18
-18
lines changed

1 file changed

+18
-18
lines changed

README.md

+18-18
Original file line numberDiff line numberDiff line change
@@ -10,49 +10,49 @@ https://supabase.github.io/postgres-meta/
1010

1111
Schema:
1212

13-
- [x] `POST /query` (Execute SQL query)
14-
- [x] `/columns`
13+
- [X] `POST /query` (Execute SQL query)
14+
- [X] `/columns`
1515
- [X] GET (List)
1616
- [X] POST (`alter table add column`)
1717
- [X] PATCH (`alter table alter/rename column`)
1818
- [X] DELETE (`alter table drop column`)
19-
- [x] `/extensions`
19+
- [X] `/extensions`
2020
- [X] GET (List)
2121
- [X] POST (`create extension`)
2222
- [X] PATCH (`alter extension`)
2323
- [X] DELETE (`drop extension`)
24-
- [ ] `/functions`
25-
- [x] GET (List)
26-
- [ ] POST (`create function`)
27-
- [ ] PATCH (`alter function`)
28-
- [ ] DELETE (`drop function`)
29-
- [x] `/publications`
24+
- [X] `/functions`
25+
- [X] GET (List)
26+
- [X] POST (`create function`)
27+
- [X] PATCH (`alter function`)
28+
- [X] DELETE (`drop function`)
29+
- [X] `/publications`
3030
- [X] GET (List)
3131
- [X] POST (`create publication`)
3232
- [X] PATCH (`alter publication`)
3333
- [X] DELETE (`drop publication`)
34-
- [x] `/roles`
35-
- [x] GET (List)
36-
- [x] POST (`create role`)
37-
- [x] PATCH (`alter role`)
38-
- [x] DELETE (`drop role`)
39-
- [x] `/schemas`
34+
- [X] `/roles`
35+
- [X] GET (List)
36+
- [X] POST (`create role`)
37+
- [X] PATCH (`alter role`)
38+
- [X] DELETE (`drop role`)
39+
- [X] `/schemas`
4040
- [X] GET (List)
4141
- [X] POST (`create schema`)
4242
- [X] PATCH (`alter schema`)
4343
- [X] DELETE (`drop schema`)
44-
- [x] `/tables`
44+
- [X] `/tables`
4545
- [X] GET (List)
4646
- [X] POST (`create table`)
4747
- [X] PATCH (`alter table`)
4848
- [X] DELETE (`drop table`)
49-
- [x] `/triggers`
49+
- [X] `/triggers`
5050
- [X] GET (List)
5151
- [X] POST (`create trigger`)
5252
- [X] PATCH (`alter trigger`)
5353
- [X] DELETE (`drop trigger`)
5454
- [ ] `/types`
55-
- [x] GET (List)
55+
- [X] GET (List)
5656
- [ ] POST (`create type`)
5757
- [ ] PATCH (`alter type`)
5858
- [ ] DELETE (`drop type`)

0 commit comments

Comments
 (0)