We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3065415 commit 14f906fCopy full SHA for 14f906f
README.rst
@@ -35,12 +35,12 @@ like DB-API.
35
36
This enables asyncpg to have easy-to-use support for:
37
38
- * **prepared statements**
39
- * **scrollable cursors**
40
- * **partial iteration** on query results
41
- * automatic encoding and decoding of composite types, arrays,
42
- and any combination of those
43
- * straightforward support for custom data types
+* **prepared statements**
+* **scrollable cursors**
+* **partial iteration** on query results
+* automatic encoding and decoding of composite types, arrays,
+ and any combination of those
+* straightforward support for custom data types
44
45
46
Installation
0 commit comments