dart_pgmq 1.0.0 copy "dart_pgmq: ^1.0.0" to clipboard
dart_pgmq: ^1.0.0 copied to clipboard

A dart client for Postgres Message Queue (PGMQ).

1.0.0 #

Initial version.

  • feat: Includes the ability to create a PgmqConnexion.
  • feat: Includes the ability to create, purge, drop a Queue.
  • feat: Includes the ability to send, read, pop, archive, delete a Message.
  • feat: Includes the ability to set a vt (visibility timeout).