dorm_sync 2.0.0-dev.5 copy "dorm_sync: ^2.0.0-dev.5" to clipboard
dorm_sync: ^2.0.0-dev.5 copied to clipboard

Primary-to-replica synchronization for dORM applications with fallback reads, ordered delivery, and retryable outbox storage.

example/dorm_sync_example.dart

import 'package:dorm_sync/dorm_sync.dart';

Future<void> main() async {
  final SyncOutbox outbox = MemorySyncOutbox();

  // Configure an EngineSyncTarget and EngineReplicaTarget in the application,
  // then pass them to SynchronizedEngine with this outbox.
  print(isDormAvailabilityFailure(StateError('example'), StackTrace.current));

  await outbox.close();
}
0
likes
160
points
113
downloads

Documentation

API reference

Publisher

verified publisherenzosantos.dev

Weekly Downloads

Primary-to-replica synchronization for dORM applications with fallback reads, ordered delivery, and retryable outbox storage.

Homepage
Repository (GitHub)
View/report issues

License

GPL-3.0 (license)

Dependencies

dorm_framework

More

Packages that depend on dorm_sync