mirror of
https://github.com/LukeHagar/documentation-coolify.git
synced 2025-12-06 12:27:48 +00:00
26 lines
905 B
Plaintext
26 lines
905 B
Plaintext
---
|
||
title: PostgreSQL
|
||
head:
|
||
- tag: "meta"
|
||
attrs:
|
||
property: "og:title"
|
||
content: "PostgreSQL with Coolify"
|
||
description: "Here you find an introduction to PostgreSQL"
|
||
---
|
||
|
||
import { Badge } from '@astrojs/starlight/components';
|
||
|
||
<Badge text="One-click setup." variant="note" size="large" />
|
||
|
||

|
||
|
||
## What is PostgreSQL
|
||
|
||
PostgreSQL is an advanced, open-source object-relational database system known for its reliability, feature robustness, and performance. It has more than 30 years of development and is widely used in the industry.
|
||
|
||
PostgreSQL, often simply "Postgres", uses and extends the SQL language combined with many features that safely store and scale the most complicated data workloads.
|
||
|
||
## Links
|
||
|
||
- [The official website ›](https://www.postgresql.org/)
|
||
- [GitHub ›](https://github.com/postgres/postgres) |