Add JSON, Composite and Ranges types to the working with types how-to

This commit is contained in:
Laurence Isla
2022-03-24 17:48:43 -05:00
committed by GitHub
parent a8034df2bf
commit 5688bc1521
5 changed files with 255 additions and 181 deletions
+2
View File
@@ -14,6 +14,8 @@ Community Tutorials
* `"CodeLess" backend using postgres, postgrest and oauth2 authentication with keycloak <https://www.mathieupassenaud.fr/codeless_backend/>`_ -
A step-by-step tutorial for using PostgREST with KeyCloak(hosted on a managed service).
* `How PostgreSQL triggers work when called with a PostgREST PATCH HTTP request <https://blog.fgribreau.com/2020/11/how-postgresql-triggers-works-when.html>`_ - A tutorial to see how the old and new values are set or not when doing a PATCH request to PostgREST.
.. _templates:
Templates