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 631c9df commit 88562faCopy full SHA for 88562fa
README.md
@@ -33,7 +33,7 @@ single line insertion | N/A (todo) | N/A | N/A
33
*Oracle 19c*<br>
34
*You can find performance test codes [here](https://github.com/GoodManWEN/cx_Oracle_async/blob/main/misc).*
35
36
-## Example
+## Examples
37
```Python3
38
# all_usages.py
39
import asyncio
@@ -77,8 +77,8 @@ if __name__ == '__main__':
77
asyncio.run(main())
78
```
79
80
-Or you can connect to database via makedsn:
81
-```
+Or you can connect to database via makedsn style:
+```Python3
82
# makedsn.py
83
84
import cx_Oracle_async
0 commit comments