File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 55[ ![ Publish] ( https://github.com/GoodManWEN/cx_Oracle_async/workflows/Publish/badge.svg )] ( https://github.com/GoodManWEN/cx_Oracle_async/actions?query=workflow:Publish )
66[ ![ Build] ( https://github.com/GoodManWEN/cx_Oracle_async/workflows/Build/badge.svg )] ( https://github.com/GoodManWEN/cx_Oracle_async/actions?query=workflow:Build )
77
8- A very simple asynchronous wrapper that makes you can access to Oracle in asyncio programs.
8+ A very simple asynchronous wrapper that allows you to get access to the Oracle database in asyncio programs.
99
1010Easy to use , buy may not the best practice for efficiency concern.
1111
@@ -80,7 +80,7 @@ if __name__ == '__main__':
8080 asyncio.run(main())
8181```
8282
83- Or you can connect to database via makedsn style:
83+ Or you can connect to database via dsn style:
8484``` Python
8585# makedsn.py
8686import asyncio
You can’t perform that action at this time.
0 commit comments