(no title)
icot
|
9 years ago
Yes, we found the same issue. We worked around this by organizing our application (an admittedly basic REST API) in two layers. The external one exposed to API consumers, developed in a language/framework you may like (Python/Tornado for us), and the internal data access layer which uses Postgrest, and is only accessed locally from within the REST API application servers
rubber_duck|9 years ago
spdionis|9 years ago
ruslan_talpa|9 years ago