Skip to content

Commit b14e41c

Browse files
authored
Update README.md
1 parent 7dc41a5 commit b14e41c

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
1-
# spring-messaging-postgresql
1+
# postgresql-messaging
22
[![Kotlin](https://img.shields.io/badge/kotlin-1.9.10-blue.svg?logo=kotlin)](http://kotlinlang.org)
33
[![Apache License V.2](https://img.shields.io/badge/license-Apache%20V.2-blue.svg)](https://github.com/oshai/kotlin-logging/blob/master/LICENSE)
44

5+
Painless event bus implementation for PostgreSQL-backed applications. Uses PostgreSQL `LISTEN / NOTIFY` built-in asynchronous notification system.
6+
7+
Supports reactive streams and [Spring Messaging](https://docs.spring.io/spring-integration/docs/current/reference/html/core.html#spring-integration-core-messaging) abstractions.
8+
9+
510
## License
611

7-
**spring-messaging-postgresql** is released under version 2.0 of the [Apache License](https://www.apache.org/licenses/LICENSE-2.0).
12+
**postgresql-messaging** is released under version 2.0 of the [Apache License](https://www.apache.org/licenses/LICENSE-2.0).

0 commit comments

Comments
 (0)