dart_pgmq 2.0.0
dart_pgmq: ^2.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).
2.0.0 #
- feat: Use postgres as client for pgmq
- feat: Improve performance by using connection pool.
- fix: Make
Queue
disposable. - feat: Add cancellation on request execution.
- feat: Support Prisma as postgres database client
- feat: Add fromJson and toJson on
Messsage
.