durable_workflow_drift 0.1.0
durable_workflow_drift: ^0.1.0 copied to clipboard
Drift ORM implementation of CheckpointStore for durable_workflow. Provides type-safe, reactive persistence with code-generated queries.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add durable_workflow_driftThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
durable_workflow_drift: ^0.1.0Alternatively, your editor might support dart pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:durable_workflow_drift/durable_workflow_drift.dart';