durable_workflow_sqlite 0.2.0 copy "durable_workflow_sqlite: ^0.2.0" to clipboard
durable_workflow_sqlite: ^0.2.0 copied to clipboard

SQLite implementation of CheckpointStore for durable_workflow. Uses sqlite3 FFI for high-performance local persistence.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add durable_workflow_sqlite

With Flutter:

 $ flutter pub add durable_workflow_sqlite

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  durable_workflow_sqlite: ^0.2.0

Alternatively, your editor might support dart pub get or flutter 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_sqlite/durable_workflow_sqlite.dart';
0
likes
140
points
32
downloads

Documentation

API reference

Publisher

verified publisherbrodykim.work

Weekly Downloads

SQLite implementation of CheckpointStore for durable_workflow. Uses sqlite3 FFI for high-performance local persistence.

Repository (GitHub)
View/report issues

Topics

#workflow #sqlite #persistence #checkpoint

License

MIT (license)

Dependencies

durable_workflow, meta, sqlite3

More

Packages that depend on durable_workflow_sqlite