mirror of
https://github.com/launchbadge/sqlx
synced 2024-11-10 14:34:19 +00:00
a52f36468b
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 |
||
---|---|---|
.. | ||
src | ||
Cargo.toml |