ortonomy / fling-server

fling-server is a node.js postgraphql backend for a flingapp front-end.
GNU General Public License v3.0
1 stars 3 forks source link

Add correct grants to role so they can execute functions and use data #10

Closed ortonomy closed 6 years ago

ortonomy commented 7 years ago

In the last part of the postgraphql tutorial it adds table and row level security to tables.

The schema needs completing using the tutorial as a guide. https://github.com/postgraphql/postgraphql/blob/master/examples/forum/TUTORIAL.md

This'll have a dependency on finishing all the functions, and triggers for V1.

ortonomy commented 6 years ago

Done!