asyncodbc | Forked from aioodbc and make improvement
kandi X-RAY | asyncodbc Summary
kandi X-RAY | asyncodbc Summary
asyncodbc is a Python library. asyncodbc has no bugs, it has no vulnerabilities, it has a Permissive License and it has low support. However asyncodbc build file is not available. You can install using 'pip install asyncodbc' or download it from GitHub, PyPI.
image:: :target: image:: :target: asyncodbc is a Python 3.5+ module that makes it possible to access ODBC_ databases with asyncio_. It relies on the awesome pyodbc_ library and preserves the same look and feel. asyncodbc was written using async/await syntax (PEP492_) and thus is not compatible with Python versions older than 3.5. Internally asyncodbc employs threads to avoid blocking the event loop, threads_ are not that as bad as you think!. Other drivers like motor_ use the same approach. asyncodbc is fully compatible and tested with uvloop_. Take a look at the test suite, all tests are executed with both the default event loop and uvloop_.
image:: :target: image:: :target: asyncodbc is a Python 3.5+ module that makes it possible to access ODBC_ databases with asyncio_. It relies on the awesome pyodbc_ library and preserves the same look and feel. asyncodbc was written using async/await syntax (PEP492_) and thus is not compatible with Python versions older than 3.5. Internally asyncodbc employs threads to avoid blocking the event loop, threads_ are not that as bad as you think!. Other drivers like motor_ use the same approach. asyncodbc is fully compatible and tested with uvloop_. Take a look at the test suite, all tests are executed with both the default event loop and uvloop_.
Support
Quality
Security
License
Reuse
Support
asyncodbc has a low active ecosystem.
It has 11 star(s) with 1 fork(s). There are 2 watchers for this library.
It had no major release in the last 12 months.
There are 0 open issues and 1 have been closed. There are 1 open pull requests and 0 closed requests.
It has a neutral sentiment in the developer community.
The latest version of asyncodbc is 0.1.1
Quality
asyncodbc has no bugs reported.
Security
asyncodbc has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.
License
asyncodbc is licensed under the Apache-2.0 License. This license is Permissive.
Permissive licenses have the least restrictions, and you can use them in most projects.
Reuse
asyncodbc releases are available to install and integrate.
Deployable package is available in PyPI.
asyncodbc has no build file. You will be need to create the build yourself to build the component from source.
Installation instructions, examples and code snippets are available.
Top functions reviewed by kandi - BETA
kandi's functional review helps you automatically verify the functionalities of the libraries and avoid rework.
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of asyncodbc
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of asyncodbc
asyncodbc Key Features
No Key Features are available at this moment for asyncodbc.
asyncodbc Examples and Code Snippets
No Code Snippets are available at this moment for asyncodbc.
Community Discussions
No Community Discussions are available at this moment for asyncodbc.Refer to stack overflow page for discussions.
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install asyncodbc
In a linux environment pyodbc_ (hence asyncodbc) requires the unixODBC_ library. You can install it using your package manager, for example::.
Support
asyncodbc should work with all databases supported by pyodbc_. But for now the library has been tested with: SQLite, MySQL and PostgreSQL. Feel free to add other databases to the test suite by submitting a PR.
Find more information at:
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page