Programming/PostgreSQL: Difference between revisions

From Dev Wiki
Jump to navigation Jump to search
m (Brodriguez moved page PostgreSQL to Programming/PostgreSQL)
(Correct link formatting)
Line 1: Line 1:
[https://www.postgresql.org/ PostgreSQL] is an open source object-relational database.
[https://www.postgresql.org/ PostgreSQL] is an open source object-relational database.


It acts as an alternative to the common database [[Programming/MySQL]].
It acts as an alternative to the common database [[Programming/MySQL|MySQL]].


== Setup ==
== Setup ==
[[PostgreSQL/Setup]]
* [[PostgreSQL/Setup | Setup]]


== Syntax ==
== Syntax ==
[[PostgreSQL/Databases]]
* [[PostgreSQL/Databases | Databases]]
[[PostgresQL/Queries]]
* [[PostgresQL/Queries | Queries]]

Revision as of 20:34, 2 November 2020

PostgreSQL is an open source object-relational database.

It acts as an alternative to the common database MySQL.

Setup

Syntax