An open API service indexing awesome lists of open source software.

https://github.com/fgribreau/postgrest-patch-request-trigger

How PostgreSQL triggers works when called with a PostgREST PATCH HTTP request
https://github.com/fgribreau/postgrest-patch-request-trigger

postgresql postgrest trigger

Last synced: 11 months ago
JSON representation

How PostgreSQL triggers works when called with a PostgREST PATCH HTTP request

Awesome Lists containing this project

README

          

# [How PostgreSQL triggers works when called with a PostgREST PATCH HTTP request](https://blog.fgribreau.com/2020/11/how-postgresql-triggers-works-when.html)

Check out related [blog post](https://blog.fgribreau.com/2020/11/how-postgresql-triggers-works-when.html)

## Run locally

```bash
source .envrc
docker-compose up
./test.sh
```

## Credits

- [SQL-Convention](https://github.com/FGRibreau/sql-convention/)
- Code greatly inspired by [compose-postgrest](https://github.com/mattddowney/compose-postgrest)