You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 3, 2019. It is now read-only.
Copy file name to clipboardExpand all lines: postgresql-async/README.md
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -20,6 +20,7 @@ This driver contains Java code from the [JDBC PostgreSQL](http://jdbc.postgresql
20
20
- date, time and timestamp types are handled as JodaTime objects and **not** as **java.util.Date** objects
21
21
- all work is done using the new `scala.concurrent.Future` and `scala.concurrent.Promise` objects
22
22
- support for Byte arrays if using PostgreSQL >= 9.0
23
+
- support for LISTEN/NOTIFY operations (check [ListenNotifySpec](https://github.com/mauricio/postgresql-async/blob/master/postgresql-async/src/test/scala/com/github/mauricio/async/db/postgresql/ListenNotifySpec.scala) for an example on how to use it );
0 commit comments