Add highlights

This commit is contained in:
Daniel García Aubert 2019-12-28 19:43:55 +01:00
parent bf8409f1c7
commit 8ec78c9286

View File

@ -3,7 +3,9 @@
The [`CARTO SQL API`](https://carto.com/developers/sql-api/). Provides a web service for running SQL queries and jobs against your account in CARTO:
* Run queries with fine-grained permissions through [`Auth API`](https://carto.com/developers/auth-api/).
* Export data in multiple geospatial formats (CVS, geopackage, KML, SHP, spatialite, geojson, topojson, etc).
* Schedule jobs using [`Batch Queries`](https://carto.com/developers/sql-api/guides/batch-queries/).
* [Copy queries](https://carto.com/developers/sql-api/guides/copy-queries/) allow you to use the [PostgreSQL copy command](https://www.postgresql.org/docs/10/static/sql-copy.html) for efficient streaming of data to and from CARTO.
## Build