Skip to content

javafxprogrammer/database_connection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

database_connection

python class to connect to different databases

Supported databases

  1. Oracle
  2. SQL server (windows authentication only works if the user from which the code executes is on active directory (AD) and sql server is set to allow authentication via AD )
  3. MySQL

requires

  1. cx_oracle
  2. pyodbc
  3. pymysql

About

python class to connect to different databases

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages