delta_trace_db 0.0.6
delta_trace_db: ^0.0.6 copied to clipboard
A secure, in-memory database built on Dart with class-based functionality and detailed operation history tracking.
0.0.6 #
- Added RawQueryBuilder class, which is useful for certain purposes.
- Several query nodes now support automatic DateTime conversion, improving search speed when comparing DateTime values.
- Added operation instructions to the README.
0.0.5 #
- The SingleSort class has been improved to allow sorting on null and Boolean values.
0.0.4 #
- A listener has been added that will call back when the DB state changes.
0.0.3 #
- Fixed an issue where a dependency on Flutter was still present.
0.0.2 #
- This package has been changed to a Dart package and no longer depends on Flutter.
0.0.1 #
- initial release.