File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 )
You can’t perform that action at this time.
0 commit comments