konradkierus / pyodbc

Python ODBC bridge

Home Page:http://mkleehammer.github.io/pyodbc

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pyodbc

pyodbc makes it easy to connect to databases using ODBC. It implements the DB API 2.0 specification, but adds even more convenience.

The library is designed to be stand-alone. It does not have other dependencies and only uses Python's built-in data types.

To install, use pip or setuputils::

pip install pyodbc

Documentation

About

Python ODBC bridge

http://mkleehammer.github.io/pyodbc

License:MIT No Attribution


Languages

Language:Python 65.1%Language:C++ 31.5%Language:C 3.4%