durable_workflow_drift 0.1.0 copy "durable_workflow_drift: ^0.1.0" to clipboard
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_drift

This 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.0

Alternatively, 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';
0
likes
0
points
33
downloads

Publisher

verified publisherbrodykim.work

Weekly Downloads

Drift ORM implementation of CheckpointStore for durable_workflow. Provides type-safe, reactive persistence with code-generated queries.

Repository (GitHub)
View/report issues

Topics

#workflow #drift #persistence #orm

License

unknown (license)

Dependencies

drift, durable_workflow, sqlite3

More

Packages that depend on durable_workflow_drift