pg_job_queue 0.0.2 copy "pg_job_queue: ^0.0.2" to clipboard
pg_job_queue: ^0.0.2 copied to clipboard

A simple job queue on top of PostgreSQL. Supports parallel workers, job priorities, named queues, JSON payloads.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add pg_job_queue

With Flutter:

 $ flutter pub add pg_job_queue

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

dependencies:
  pg_job_queue: ^0.0.2

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:pg_job_queue/pg_job_queue.dart';
1
likes
160
points
46
downloads

Publisher

verified publisherkarapetov.com

Weekly Downloads

A simple job queue on top of PostgreSQL. Supports parallel workers, job priorities, named queues, JSON payloads.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

collection, migrant, migrant_db_postgresql, postgres, uuid

More

Packages that depend on pg_job_queue