pulse_slab_persistence_io 0.1.0-beta.3
pulse_slab_persistence_io: ^0.1.0-beta.3 copied to clipboard
Native bounded segmented file persistence and ordered replay for PulseStore captures.
File persistence example #
Run this example from packages/pulse_slab_persistence_io:
dart run example/file_store_persistence_example.dart
It creates a persistent store, writes a checkpoint and an incremental update, then reopens the journal and acknowledges the ordered replay. The temporary journal directory is deleted before the program exits.