Skip to content

Grisson/pyodbc

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Packages

No packages published

Languages

  • Python 65.2%
  • C++ 32.3%
  • C 2.5%