From 6f7d1bfb429fa1ba2fd9da6915dc003cc238a292 Mon Sep 17 00:00:00 2001 From: waiting Date: Tue, 24 Sep 2024 19:11:10 +0800 Subject: [PATCH] docs: Community PGMQ TypeScript Client Support for NodeJs and Midway.js, supports transaction (#312) midway.js is a NodeJs framework, link https://midwayjs.org/ --- pgmq-extension/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/pgmq-extension/README.md b/pgmq-extension/README.md index 9d34ddf..d63f4b7 100644 --- a/pgmq-extension/README.md +++ b/pgmq-extension/README.md @@ -75,6 +75,7 @@ Community - [Java (Spring Boot)](https://github.com/adamalexandru4/pgmq-spring) - [Kotlin JVM (JDBC)](https://github.com/vdsirotkin/pgmq-kotlin-jvm) - [Javascript (NodeJs)](https://github.com/Muhammad-Magdi/pgmq-js) +- [TypeScript (NodeJs](https://github.com/waitingsong/pgmq-js/tree/main/packages/pgmq-js) + [Midway.js](https://midwayjs.org/)) - [TypeScript (Deno)](https://github.com/tmountain/deno-pgmq) - [.NET](https://github.com/brianpursley/Npgmq) - [Python (with SQLAlchemy)](https://github.com/jason810496/pgmq-sqlalchemy)