duckdb_dart 0.2.2
duckdb_dart: ^0.2.2 copied to clipboard
A DuckDb client for Dart
TODO #
- Performance benchmarks?
- Support more data types
- Implement appender
2024-06-14 (0.2.2) #
- Make sure passing a database config works
2024-06-08 (0.2.1) #
- Improve docs
2024-06-08 (0.2.0) #
- Separate the configuration in own file
- Move from the duckdb_value_* functions to the chunk API. Now, ENUMs are supported
2024-05-21 (0.1.1) #
- Support more DuckDb numeric types
- Add a database
Configuration
argument toConnection
2024-05-20 (0.1.0) #
- Initial version. Basic things working.