From e75bd1bea505a96f0fa04c9d7357b99e9d21d81e Mon Sep 17 00:00:00 2001 From: edizor <113095366+edizor@users.noreply.github.com> Date: Thu, 8 Jun 2023 23:28:40 +0800 Subject: [PATCH] Create README.md [skip ci] --- messaging-modules/postgres-notify/README.md | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 messaging-modules/postgres-notify/README.md diff --git a/messaging-modules/postgres-notify/README.md b/messaging-modules/postgres-notify/README.md new file mode 100644 index 0000000000..32c1f6bf3e --- /dev/null +++ b/messaging-modules/postgres-notify/README.md @@ -0,0 +1,2 @@ +## Relevant Articles +- [Using PostgreSQL as a Message Broker](https://www.baeldung.com/spring-postgresql-message-broker)