Files
superset2/docs/docs/databases/yugabytedb.mdx
Srini Kadamati 7af26a0492 docs: renamed yugabyte to yugabytedb (#19068)
* docs: renamed yugabyte to yugabytedb

* fixed redirect error

* pass that test!
2022-03-08 17:29:22 -05: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}
```