CockroachDB Glossary

SQL API

What is a SQL API?

A SQL API is simply an API, or Application Programming Interface, that facilitates the use of a SQL database. Rather than connecting directly to the database to send SQL queries, developers using a database with a SQL API could send data requests to that API, similar to how their application would interact with any API.