dart_duckdb 1.2.2
dart_duckdb: ^1.2.2 copied to clipboard
DuckDB for macOS, iOS, Android, Linux, and Windows
Changelog #
1.2.2 #
- β¨ Added duckdb 1.2.2
- π§ Readme cleanup
1.2.0 #
- β¨ Moved to async calls, managing isolate communication internally.
- β¨ Added duckdb 1.2.1
1.1.3 #
- β¨ Added support for all DuckDB datatypes
- β¨ Added streaming query results
- β‘οΈ Improved query performance with faster datachunk indexing
- π§ Full Value support for PreparedStatements
- π‘ Enhanced vector and value classes with Dart generics
- π¦ Reduced Android binary size by removing unused symbols
1.1.0 #
- β¨ Added support for cancellable queries via DuckDB's pending results
1.0.3 #
- π Minor documentation updates
1.0.2 #
- π§ Auto-download DuckDB builds during build process for Android/Windows/Linux/macOS
1.0.1 #
- π Fixed pub.flutter-io.cn publishing issues
1.0.0 #
- π Initial release