YugabyteDB

YugabyteDB

YugabyteDB is a distributed SQL database built on top of PostgreSQL.

Note that, if you’re using docker-compose, the Postgres connector library psycopg2 comes out of the box with Ferris.

The connection string looks like:

postgresql://{username}:{password}@{host}:{port}/{database}

Last modified November 24, 2023: update (f4bc5ea)