From 8b170afe4948e74b725547ce11e01384ad506c6f Mon Sep 17 00:00:00 2001 From: Joe Nelson Date: Mon, 13 Mar 2017 09:51:12 -0700 Subject: [PATCH] More extensions, example apps, client side libs (#45) --- intro.rst | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/intro.rst b/intro.rst index 352838f3a..644bd20a3 100644 --- a/intro.rst +++ b/intro.rst @@ -50,6 +50,7 @@ Client-Side Libraries * `JarvusInnovations/jarvus-postgrest-apikit `_ - JS, Sencha framework * `davidthewatson/postgrest_python_requests_client `_ - Python * `calebmer/postgrest-client `_ - JS +* `clesiemo3/postgrestR `_ - R External Notification --------------------- @@ -77,6 +78,7 @@ Example Apps * `myfreeweb/moneylog `_ - accounting web app in Polymer + PostgREST * `tyrchen/goodfilm `_ - example film api * `begriffs/postgrest-example `_ - sqitch versioning for API +* `SMRxT/postgrest-demo `_ - multi-tenant logging system In Production ------------- @@ -90,11 +92,12 @@ In Production Extensions ---------- +* `ppKrauss/PostgREST-writeAPI `_ - generate Nginx rewrite rules to fit an OpenAPI spec * `diogob/postgrest-ws `_ - expose web sockets for PostgreSQL's LISTEN/NOTIFY +* `pg-safeupdate `_ - Prevent full-table updates or deletes * `srid/spas `_ - allow file uploads and basic auth * `svmnotn/postgrest-auth `_ - OAuth2-inspired external auth server * `nblumoe/postgrest-oauth `_ - OAuth2 WAI middleware -* `pg-safeupdate `_ - Prevent full-table updates or deletes Commercial PaaS ---------------