mirror of
https://github.com/apache/superset.git
synced 2026-04-25 02:55:07 +00:00
21 lines
446 B
Plaintext
21 lines
446 B
Plaintext
---
|
|
title: YugabyteDB
|
|
hide_title: true
|
|
sidebar_position: 38
|
|
version: 1
|
|
---
|
|
|
|
## YugabyteDB
|
|
|
|
[YugabyteDB](https://www.yugabyte.com/) is a distributed SQL database built on top of PostgreSQL.
|
|
|
|
Note that, if you're using docker compose, the
|
|
Postgres connector library [psycopg2](https://www.psycopg.org/docs/)
|
|
comes out of the box with Superset.
|
|
|
|
The connection string looks like:
|
|
|
|
```
|
|
postgresql://{username}:{password}@{host}:{port}/{database}
|
|
```
|