mirror of
https://github.com/LukeHagar/documentation-coolify.git
synced 2025-12-06 12:27:48 +00:00
🌮
This commit is contained in:
26
src/content/docs/knowledge-base/databases/postgresql.mdx
Normal file
26
src/content/docs/knowledge-base/databases/postgresql.mdx
Normal 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" />
|
||||
|
||||

|
||||
|
||||
## 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)
|
||||
Reference in New Issue
Block a user