Hello world

Use your favorite programming language to build an application that uses YSQL or YCQL APIs.

Applications connect to and interact with YugabyteDB using API client libraries (also known as client drivers). Because the YugabyteDB YSQL API is PostgreSQL-compatible, and the YCQL API has roots in the Apache Cassandra CQL, YugabyteDB supports many third-party drivers.

The tutorials in this section show how to connect applications to YugabyteDB using available Drivers and ORMs.

The tutorials assume you have deployed a YugabyteDB cluster in YugabyteDB Managed or locally. Refer to Quick start.

Choose your language