4. Build an application
Build an application in the programming language of your choice.
An application interacts with YugabyteDB using of a client library, also known as a client driver. Client drivers handle all interaction with the database in a language appropriate to the application. Here is a list of client drivers in various languages for YugabyteDB for building transactional, internet-scale applications. Note that YugabyteDB's YSQL and YCQL APIs are wire compatible with PostgreSQL and Cassandra Query Language respectively. As a result, we will be leveraging the client drivers of these popular languages to connect to YugabyteDB.
We will also be integrating YugabyteDB with the most popular ORM frameworks for each of these languages.