sqlx4k
Toggle table of contents
0.42.0
native
Platform filter
native
Switch theme
Search in API
sqlx4k
sqlx4k-postgres
/
io.github.smyrgeorge.sqlx4k.postgres
/
PostgreSQL
/
listen
listen
suspend
fun
listen
(
channel
:
String
,
f
:
(
PostgreSQL.Notification
)
->
Unit
)
suspend
fun
listen
(
channels
:
List
<
String
>
,
f
:
(
PostgreSQL.Notification
)
->
Unit
)