tostore 1.8.6
tostore: ^1.8.6 copied to clipboard
A high-performance relational database for Dart with multi-space architecture. Features smart caching, file/local storage, SQL & key-value persistent store.
Changelog #
All notable changes to this project will be documented in this file.
1.8.6 #
- Update topics in pubspec.yaml
- Fix data type conversion in DataStoreImpl
1.8.5 #
Added #
- Added automatic schema upgrade support through
schemas
parameter - Added chainable schema update operations for table structure modifications
- Added comprehensive example for schema upgrades and migrations
Changed #
- Improved table structure upgrade mechanism
- Enhanced documentation with schema upgrade examples
- Optimized constraint checking
1.8.4 #
Added #
- Added
upsert()
for auto upsert data - Supports both where conditions and primary key matching
- Chain-style API consistent with other operations
- Added array data type for storing List values
- Added array comparison and sorting support
- Optimized array type validation
1.8.3 #
- Added multi-language documentation support (日本語, 한국어, Español, Português, Русский, Deutsch, Français, Italiano, Türkçe)
- Reorganized documentation structure under docs/translations directory
1.8.1 #
1.8.0 #
1.7.2 #
Changed #
- Enhanced query performance
- Optimized index usage
- Improved cache efficiency
- Better resource management
1.7.1 #
Changed #
- Optimized query execution
- Enhanced memory usage
- Improved space management
- Updated documentation
1.7.0 #
1.6.1 #
Changed #
- Enhanced operation efficiency
- Optimized resource usage
- Improved documentation
- Better developer experience
1.6.0 #
1.5.0 #
1.4.0 #
1.3.0 #
1.2.0 #
1.1.0 #
1.0.0 #
Added #
- First stable release
- Basic CRUD operations
- Simple query system
- File-based storage
- Documentation