File tree 1 file changed +2
-1
lines changed
1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 1
1
# postgresql-messaging
2
+ ![ Maven Central] ( https://img.shields.io/maven-central/v/io.github.aleh-zhloba/postgresql-messaging?versionSuffix=0.5.0 )
2
3
[ ![ Kotlin] ( https://img.shields.io/badge/kotlin-1.9.20-blue.svg?logo=kotlin )] ( http://kotlinlang.org )
3
4
[ ![ Apache License V.2] ( https://img.shields.io/badge/license-Apache%20V.2-blue.svg )] ( https://github.com/oshai/kotlin-logging/blob/master/LICENSE )
4
5
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.
6
7
Cheap inter-process communication without having to bring additional infrastructure.
7
8
8
9
Uses PostgreSQL ` LISTEN / NOTIFY ` built-in [ asynchronous notifications] ( https://www.postgresql.org/docs/current/libpq-notify.html ) .
You can’t perform that action at this time.
0 commit comments