cartodb-4.42/doc/manual/source/components/sql-api.rst
2024-04-06 05:25:13 +00:00

11 lines
562 B
ReStructuredText

SQL API
=======
The SQL API provides a node.js based API for running SQL queries against CARTO.
Like the other components of CARTO is Open Source and you can find the source code at `CartoDB/CartoDB-SQL-API <http://github.com/cartodb/cartodb-sql-api>`_
You can find usage documentation at https://docs.carto.com/cartodb-platform/sql-api.html.
Although you can chechout any branch of the repository most of them are usually work in progress that is not guaranteed to work. In order to run a production ready SQL API service you need to use **master** branch.