Skip to content

Commit 2816f29

Browse files
authored
Update README.md
1 parent cb90024 commit 2816f29

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
# postgresql-messaging
2+
![Maven Central](https://img.shields.io/maven-central/v/io.github.aleh-zhloba/postgresql-messaging?versionSuffix=0.5.0)
23
[![Kotlin](https://img.shields.io/badge/kotlin-1.9.20-blue.svg?logo=kotlin)](http://kotlinlang.org)
34
[![Apache License V.2](https://img.shields.io/badge/license-Apache%20V.2-blue.svg)](https://github.com/oshai/kotlin-logging/blob/master/LICENSE)
45

5-
Lightweight Publish-Subscribe (PubSub) layer for PostgreSQL-backed distributed JVM applications.
6+
Lightweight Publish-Subscribe (pub/sub) layer for PostgreSQL-backed distributed JVM applications.
67
Cheap inter-process communication without having to bring additional infrastructure.
78

89
Uses PostgreSQL `LISTEN / NOTIFY` built-in [asynchronous notifications](https://www.postgresql.org/docs/current/libpq-notify.html).

0 commit comments

Comments
 (0)