Skip to content

Commit b629c4c

Browse files
committed
LISTEN/NOTIFY funcionality
Signed-off-by: chandr-andr (Kiselev Aleksandr) <chandr@chandr.net>
1 parent a08e816 commit b629c4c

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

docs/components/components_overview.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ title: Components
88
- `Connection`: represents single database connection, can be retrieved from `ConnectionPool`.
99
- `Transaction`: represents database transaction, can be made from `Connection`.
1010
- `Cursor`: represents database cursor, can be made from `Transaction`.
11+
- `Listener`: object to work with [LISTEN](https://www.postgresql.org/docs/current/sql-listen.html)/[NOTIFY](https://www.postgresql.org/docs/current/sql-notify.html) functionality, can be mode from `ConnectionPool`.
1112
- `QueryResult`: represents list of results from database.
1213
- `SingleQueryResult`: represents single result from the database.
1314
- `Exceptions`: we have some custom exceptions.

docs/components/listener.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ title: Listener
66

77
## Usage
88

9-
There two ways of using `Listener` object:
9+
There are two ways of using `Listener` object:
1010
- Async iterator
1111
- Background task
1212

0 commit comments

Comments
 (0)