Skip to content

Commit

Permalink
Consolidate all documentation in the Wiki.
Browse files Browse the repository at this point in the history
This updates the pyodbc site to point to the Wiki.  Fixes #185
  • Loading branch information
mkleehammer committed Feb 18, 2017
1 parent 45f473b commit 28af951
Show file tree
Hide file tree
Showing 10 changed files with 17 additions and 1,472 deletions.
19 changes: 11 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,17 @@

# 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.
pyodbc is an open source Python module that makes accessing ODBC databases simple. It
implements the [DB API 2.0](https://www.python.org/dev/peps/pep-0249) specification but is
packed with even more Pythonic convenience.

To install, use pip or setuptools::
The easiest way to install is to use pip:

pip install pyodbc

Precompiled binary wheels are provided for most Python versions on Windows and macOS. On other
operating systems this will build from source.

[Documentation](https://github.com/mkleehammer/pyodbc/wiki)

[Release Notes](https://github.com/mkleehammer/pyodbc/releases)

[Documentation](http://mkleehammer.github.io/pyodbc)
372 changes: 0 additions & 372 deletions docs/api-connection.md

This file was deleted.

Loading

0 comments on commit 28af951

Please sign in to comment.