chornbeak / pyodbc

Automatically exported from code.google.com/p/pyodbc
MIT No Attribution
0 stars 0 forks source link

Overview

This project is a Python database module for ODBC that implements the Python DB API 2.0 specification.

:homepage: http://code.google.com/p/pyodbc :source: http://github.com/mkleehammer/pyodbc :source: http://code.google.com/p/pyodbc/source/list

This module requires:

On Windows, the easiest way to install is to use the Windows installers from:

http://code.google.com/p/pyodbc/downloads/list

Source can be obtained at

http://github.com/mkleehammer/pyodbc/tree

or

http://code.google.com/p/pyodbc/source/list

To build from source, either check the source out of version control or download a source extract and run::

python setup.py build install

Module Specific Behavior

General

Data Types

Convenient Additions

Goals / Design