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
Copy file name to clipboardExpand all lines: README.md
+15-3Lines changed: 15 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,9 +7,18 @@
7
7
<hr/>
8
8
</div>
9
9
10
-
PostgreSQL integration for Taskiq with support for asyncpg, psqlpy and aiopg drivers.
10
+
PostgreSQL integration for Taskiq with support for asyncpg, psqlpy, psycopg and aiopg drivers.
11
11
12
-
See more example of usage in [the documentation](https://danfimov.github.io/taskiq-postgres/) or [examples directory](https://github.com/danfimov/taskiq-postgres/examples).
12
+
## Features
13
+
14
+
-**PostgreSQL Broker** - high-performance message broker using PostgreSQL LISTEN/NOTIFY;
15
+
-**Result Backend** - persistent task result storage with configurable retention;
16
+
-**Scheduler Source** - cron-like task scheduling with PostgreSQL persistence;
17
+
-**Multiple Drivers** - support for asyncpg, psycopg3, psqlpy and aiopg;
18
+
-**Flexible Configuration** - customizable table names, field types, and connection options;
19
+
-**Multiple Serializers** - support for different serialization methods (Pickle, JSON, etc.).
20
+
21
+
See usage guide in [documentation](https://danfimov.github.io/taskiq-postgres/) or explore examples in [separate directory](https://github.com/danfimov/taskiq-postgres/examples).
0 commit comments