Skip to content

1.0.15

Compare
Choose a tag to compare
@betodealmeida betodealmeida released this 13 Jul 23:48
· 167 commits to main since this release
e56c8f2

Includes a new adapter for S3 files, using S3 Select:

SELECT * FROM "s3://bucket-name/sample_data.csv";

Supports CSV, JSON, and Parquet.

Also changes the way integers work, now we manipulate them as strings inside SQLite to prevent overflows.