From 93e457cd89a1cf2b7394b59dea32aab4ceab9f27 Mon Sep 17 00:00:00 2001 From: Anupam Garg <1021183+angarg@users.noreply.github.com> Date: Thu, 30 May 2019 11:57:34 -1000 Subject: [PATCH] add Datrium client library and testimonial we've been using PostgREST in internal production infrastructure at Datrium for a few years now. so, we're giving thanks in the form of a testimonial, and providing a link to a python-based postgrest client we developed and use. --- index.rst | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/index.rst b/index.rst index 07bd59d3b..3d72f2994 100644 --- a/index.rst +++ b/index.rst @@ -167,6 +167,7 @@ Client-Side Libraries * `lewisjared/postgrest-request `_ - JS, SuperAgent * `JarvusInnovations/jarvus-postgrest-apikit `_ - JS, Sencha framework * `davidthewatson/postgrest_python_requests_client `_ - Python +* `datrium/postgrest-pyclient `_ - Python * `calebmer/postgrest-client `_ - JS * `clesiemo3/postgrestR `_ - R * `PierreRochard/postgrest-angular `_ - TypeScript, generate UI from API description @@ -221,6 +222,8 @@ In Production - See how Nimbus uses PostgREST in `Paul Copplestone's blog post `_. * `triggerFS - A realtime messaging and distributed trigger system `_ +* `Datrium `_ + Testimonials ------------ @@ -253,3 +256,11 @@ Testimonials and database design." -- Eric Bréchemier, Data Engineer, eGull SAS + + "PostgREST is performant, stable, and transparent. It allows us to + bootstrap projects really fast, and to focus on our data and application + instead of building out the ORM layer. In our k8s cluster, we run a few + pods per schema we want exposed, and we scale up/down depending on demand. + Couldn't be happier." + + -- Anupam Garg, Datrium, Inc.