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
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,6 +9,8 @@
9
9
10
10
PostgreSQL integration for Taskiq with support for asyncpg, psqlpy and aiopg drivers.
11
11
12
+
See example of usage in documentation.
13
+
12
14
## Installation
13
15
14
16
Depend on your preferred PostgreSQL driver, you can install this library:
@@ -65,5 +67,5 @@ Your experience with other drivers will be pretty similar. Just change the impor
65
67
66
68
## Motivation
67
69
68
-
There are too many libraries for PostgreSQL and Taskiq integration. Although they have different view on interface and different functionality.
69
-
To address this issue I created this library with a common interface for most popular PostgreSQL drivers that handle similarity across functionality of result backendsand brokers.
70
+
There are too many libraries for PostgreSQL and Taskiq integration. Although they have different view on interface and different functionality.
71
+
To address this issue I created this library with a common interface for most popular PostgreSQL drivers that handle similarity across functionality of result backends, brokers and schedule sources.
0 commit comments