sqlx/sqlx-core
Anthony Dodd a52f36468b Implement Postgres LISTEN interface.
This changeset introduces an interface for using PostgreSQL's LISTEN
functionality from within sqlx.

The listen interface is implemented over the PgConnection, PgPool & the
PgPoolConnection types for ease of use. In the case of PgPool, a new
connection is acquired, and is then used for LISTEN functionality.

Closes #87
2020-03-15 02:17:14 -07:00
..
src Implement Postgres LISTEN interface. 2020-03-15 02:17:14 -07:00
Cargo.toml Implement Postgres LISTEN interface. 2020-03-15 02:17:14 -07:00