Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 393 Bytes

File metadata and controls

10 lines (7 loc) · 393 Bytes

PostgreSQL

From http://www.postgresql.org/about/:

PostgreSQL is a powerful, open source object-relational database system. It has more than 15 years of active development and a proven architecture that has earned it a strong reputation for reliability, data integrity, and correctness.

Installation

sudo apt-get -y update && sudo apt-get -y install postgresql libpq-dev