quanta_db 0.0.8
quanta_db: ^0.0.8 copied to clipboard
A high-performance pure Dart database implementation using LSM-Tree architecture.
0.0.8 #
Changes #
- Fixed code generation dependencies by moving them to main dependencies section
- Removed invalid publisher field from pubspec.yaml
- Added automated publish script for version management
- Fixed platform support declarations in pubspec.yaml
- Improved code generation for entity models
- Added proper part directives for generated code
0.0.7 #
- publisher added
0.0.6 #
Features #
- Improved ID generation system with timestamp-based approach
- Enhanced documentation with dynamic issue tracking
- Added comprehensive examples for all features
- Improved type safety in query engine
- Added support for reactive queries with QueryEngine
Documentation #
- Updated all documentation to remove DAO references
- Added new examples for direct database operations
- Improved code snippets and usage instructions
- Added dynamic issue tracking badges in README
- Enhanced type safety documentation
Bug Fixes #
- Fixed ID generation issues with Random dependency
- Resolved type casting errors in examples
- Fixed documentation inconsistencies
- Improved error handling in query operations
Dependencies #
- Updated Flutter SDK requirement to >=1.17.0
- Updated Dart SDK requirement to >=3.4.3
- Updated all dependencies to their latest stable versions
0.0.5 #
Features #
- Added comprehensive documentation for all public APIs
- Improved error handling and validation
- Enhanced schema versioning system
- Added support for batch operations
- Improved query engine performance
Dependencies #
- Updated all dependencies to their latest stable versions
- Improved compatibility with Flutter 3.x
Bug Fixes #
- Fixed documentation coverage issues
- Resolved dependency conflicts
- Improved error messages and validation
0.0.4 #
Features #
- Added support for automatic schema migrations
- Improved builder configuration for better code generation
- Enhanced documentation coverage for public API
Dependencies #
- Updated analyzer to support version 7.x
- Updated source_gen to support version 2.x
- Updated other dependencies to their latest stable versions
Bug Fixes #
- Fixed builder configuration issues
- Resolved dependency constraint warnings
- Improved error handling in migration builder
0.0.3 #
Features #
- Initial public release
- Basic LSM-Tree implementation
- Code generation support
- Schema versioning
- Encryption support
0.0.2 #
- Readme updated
0.0.1 #
- Initial release of QuantaDB
- Implemented LSM-Tree based storage engine
- Added basic CRUD operations
- Added support for Flutter integration
- Included code generation capabilities