This commit is contained in:
Daniel García Aubert 2019-12-30 09:53:37 +01:00
parent cfb85293df
commit eb1e58a642

View File

@ -5,7 +5,7 @@ The [`CARTOs SQL API`](https://carto.com/developers/sql-api/) allows you to i
* 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/) allows 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.
* [`Copy queries`](https://carto.com/developers/sql-api/guides/copy-queries/) allows 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