mirror of
https://github.com/supabase/supabase.git
synced 2026-05-24 12:47:48 +08:00
15 lines
528 B
Plaintext
15 lines
528 B
Plaintext
---
|
|
id: index
|
|
title: "Getting started"
|
|
slug: getting-started
|
|
custom_edit_url: https://github.com/supabase/supabase/edit/master/web/spec/postgres.yml
|
|
---
|
|
|
|
import Tabs from '@theme/Tabs';
|
|
import TabsPanel from '@theme/TabsPanel';
|
|
|
|
|
|
PostgreSQL, also known as Postgres, is a free and open-source relational
|
|
database management system emphasizing extensibility and SQL compliance.
|
|
It was originally named POSTGRES, referring to its origins as a successor
|
|
to the Ingres database developed at the University of California, Berkeley. |