Skip to content

Commit d322183

Browse files
authored
Update README.md
1 parent a4f5678 commit d322183

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Easy to use , buy may not the best practice for efficiency concern.
2121
- Nearly all the same with aiomysql (with very limited functions) , you can do execute , executemany , commit statement etc.
2222
- If you're connecting to database which is on a different machine from python process , you need to install oracle client module in order to use this library. Check [cx-Oracle's installation guide](https://cx-oracle.readthedocs.io/en/latest/user_guide/installation.html) for further information.
2323
- No automaticly date format transition built-in.
24-
- AQ feature newly added , [docs here](https://github.com/GoodManWEN/cx_Oracle_async/blob/main/docs/temporary_document_of_AQ.md).
24+
- AQ feature newly added , check [docs here](https://github.com/GoodManWEN/cx_Oracle_async/blob/main/docs/temporary_document_of_AQ.md).
2525

2626
## Performance
2727
query type | asynchronous multithreading | synchronous multithreading | synchronous single thread

0 commit comments

Comments
 (0)