Skip to content

Commit eb51e8a

Browse files
committed
chore: update README
1 parent b8cd045 commit eb51e8a

1 file changed

Lines changed: 12 additions & 1 deletion

File tree

README.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,13 @@
1-
# pgrst_schema_cache
1+
# schema_cache
22

3+
The goal of this repo is to build the PostgREST schema cache only with SQL processing.
4+
5+
## TODO
6+
7+
Convert these Haskell functions to SQL:
8+
9+
- [ ] [addViewM2OAndO2ORels](https://github.com/PostgREST/postgrest/blob/21433d10c2c21b0b6f21f8c8fc64c00fb9d87a83/src/PostgREST/SchemaCache.hs#L502-L503)
10+
- [ ] [addViewPrimaryKeys](https://github.com/PostgREST/postgrest/blob/21433d10c2c21b0b6f21f8c8fc64c00fb9d87a83/src/PostgREST/SchemaCache.hs#L577-L578)
11+
- [ ] [addM2MRels](https://github.com/PostgREST/postgrest/blob/21433d10c2c21b0b6f21f8c8fc64c00fb9d87a83/src/PostgREST/SchemaCache.hs#L562-L564)
12+
- [ ] [addInverseRels](https://github.com/PostgREST/postgrest/blob/21433d10c2c21b0b6f21f8c8fc64c00fb9d87a83/src/PostgREST/SchemaCache.hs#L556-L557)
13+
- [ ] [addM2MRels](https://github.com/PostgREST/postgrest/blob/21433d10c2c21b0b6f21f8c8fc64c00fb9d87a83/src/PostgREST/SchemaCache.hs#L562-L564)

0 commit comments

Comments
 (0)