diff options
author | Palle Girgensohn <girgen@FreeBSD.org> | 2020-05-26 06:55:36 +0000 |
---|---|---|
committer | Palle Girgensohn <girgen@FreeBSD.org> | 2020-05-26 06:55:36 +0000 |
commit | 272d05187e9ad17834e63cb98da97fcc3345ef98 (patch) | |
tree | 31e09df15da36dbbc778b97700df2cf99fd91df9 /UIDs | |
parent | e51987389e226931b3560696a8fb1fcf0f65d594 (diff) | |
download | freebsd-ports-272d05187e9ad17834e63cb98da97fcc3345ef98.zip |
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
Diffstat (limited to 'UIDs')
-rw-r--r-- | UIDs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -717,7 +717,7 @@ c-lightning:*:735:735::0:0:c-lightning Daemon:/var/db/c-lightning:/usr/sbin/nolo # free: 769 postgres:*:770:770::0:0:PostgreSQL Daemon:/var/db/postgres:/bin/sh cockroach:*:771:771::0:0:CockroachDB Daemon:/var/db/cockroach:/usr/sbin/nologin -# free: 772 +postgrest:*:772:772::0:0:PostgREST Daemon:/nonexistent:/usr/sbin/nologin # free: 773 # free: 774 # free: 775 |