pypyodbc is a pure Python ODBC interface module. (Not to be confused with pyodbc, which performs many of the same functions but was written as an *extension module* in C++.)
pypyodbc
is a pure Python odbc interface module. It is very similar to pyodbc, which performs many of the same functions but was written as an extension module in C++.
In addition to being a very good ODBC Library in its own right, pypyodbc
is a useful alternative to pyodbc
in situations where pyodbc
encounters difficulties.
For more information, see
pypyodbc - A Pure Python ODBC Library
Installation is available from pip:
pip install pypyodbc
Or by downloading installation package. (Unzip, navigate to folder, and run:)
python setup.py install