Files
documentation-coolify/src/content/docs/knowledge-base/databases/postgresql.mdx
Andras Bacsai 3af5c5b487 🌮
2024-09-04 10:15:31 +02:00

26 lines
905 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

---
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)