Skip to content

Varuzhan97/SQL-Python-pyodbc-small-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

SQL, Python and ODBC(Open Database Connectivity) example.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published