Postgres is one of the top
relational, multi-model databases currently available.It’s
designed to power database applications — which either serve
important data directly to end users or through another application
via APIs.Your typical website might fit that first example well,
while a finance app (like PayPal) typically uses APIs to process
GET or POST database requests.
Postgres’ object-relational structure and concurrency are advantages
over alternatives like MySQL.And while no database technology
is objectively the best, Postgres shines 




