-
Notifications
You must be signed in to change notification settings - Fork 73
Home
江文 edited this page Jan 28, 2017
·
5 revisions
Welcome to the pypyodbc wiki!
Features
One pure Python script, runs on CPython / IronPython / PyPy , Version 2.4 / 2.5 / 2.6 / 2.7 / 3.2 / 3.3, Win / Linux , 32 / 64 bit.
Almost totally same usage as pyodbc ( can be seen as a re-implementation of pyodbc in pure Python ).
Simple - the whole module is implemented in a single python script with less than 3000 lines.
A Hello World script of pypyodbc database programing
Built-in Access MDB file creation and compression functions on Windows