Initial commit

This commit is contained in:
zhongjin
2020-06-15 10:58:47 +08:00
commit 4f1dfe7564
8590 changed files with 1516878 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
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.