Files
superset2/docs/docs/databases/yugabytedb.mdx
2023-10-10 14:38:40 -07:00

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}
```