Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 439 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 439 Bytes

SQL, Python and pyodbc small example

pyodbc is an open source Python module that makes accessing ODBC databases simple. It implements the DB API 2.0 specification but is packed with even more Pythonic convenience.

SQL tables are:

  1. users
  2. user_info
  3. employee info
  4. epochs
  5. data
  6. data_info

Modules to download:

  1. pip install pyodbc
  2. pip install texttable

Before run please configure main.py detales.