Register a local file (from File API / drag-and-drop) as a table. Currently supports Parquet, GeoJSON, and GeoTIFF rasters.
Register a GeoJSON object or string as a table.
Register a GeoTIFF buffer as a single-column raster table. Requires the full GDAL-enabled package build.
Register a raster buffer as a single-column raster table. Requires the full GDAL-enabled package build.
Register a remote Parquet file as a table. The server must support CORS.
Execute a SQL query and return results as Arrow IPC bytes.
Execute a SQL query and return results as JSON.
List registered tables.
Version string.
StaticcreateCreate and initialize a new CereusDB instance. This loads the WASM module and initializes the query engine.
Optionaloptions: CereusDBOptions
Drop a table.