arquero-sql icon indicating copy to clipboard operation
arquero-sql copied to clipboard

Database backend support for Arquero

Results 4 arquero-sql issues
Sort by recently updated
recently updated
newest added

If possible, we should support all Arquero operations

enhancement
medium-priority

Currently using [Node.js binding](https://duckdb.org/docs/api/nodejs/overview). Considering [DuckDB-WASM](https://github.com/duckdb/duckdb-wasm). [Post](https://duckdb.org/2021/10/29/duckdb-wasm.html)

- [ ] Rewrite test cases for `PostgresQueryBuilder` (previously `SQLQuery`). - [ ] End-to-end test: arquero table / csv file -> `DTTable` -> construct query -> observe with `print` and...

hi-priority

Materializing table transformations helps improving runtime performance if the transformations are to be execute multiple times. Some transformations on a table also change table schema based on content in the...

enhancement
medium-priority