K 10 svn:author V 6 girgen K 8 svn:date V 27 2020-05-26T06:55:36.224351Z K 7 svn:log V 453 Introducing PostgREST Using PostgREST is an alternative to manual CRUD programming. Custom API servers suffer problems. Writing business logic often duplicates, ignores or hobbles database structure. Object-relational mapping is a leaky abstraction leading to slow imperative code. The PostgREST philosophy establishes a single declarative source of truth: the data itself. WWW: http://postgrest.org/en/v7.0.0/ PR: 246383 Submitted by: Dmitry Wagin END