This commit is contained in:
Andras Bacsai
2024-09-04 10:15:31 +02:00
commit 3af5c5b487
184 changed files with 19269 additions and 0 deletions

View File

@@ -0,0 +1,26 @@
---
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" />
![PostgreSQL](../../../../assets/images/database-logos/postgresql.png)
## 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)