dart_duckdb 1.2.0
dart_duckdb: ^1.2.0 copied to clipboard
Provides lightweight yet convenient bindings to DuckDB by using dart:ffi
Changelog #
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.dev publishing issues
1.0.0 #
- 🎉 Initial release