tembo-io / pgmq

A lightweight message queue. Like AWS SQS and RSMQ but on Postgres.
PostgreSQL License
2.55k stars 58 forks source link

docs: Community PGMQ TypeScript Client Support for NodeJs and Midway.js, supports transaction #312

Closed waitingsong closed 4 days ago

waitingsong commented 5 days ago

Hi team,

Thank you for developing this good app.

I've developed a NodeJs client library and a Midway.js component with most of pgmq features, Here's a list of the currently supported features (only create_partitioned() not supported yet).

thoroughly tested code coverage parallel transaction test for send and read message:

midway.js is a NodeJs framework, link https://midwayjs.org/

Thank you for your efforts.