Skip to content
This repository was archived by the owner on Jan 17, 2023. It is now read-only.

Latest commit

 

History

8 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

oradb

Simple python class to help abstract db operations and improve portablity of code

Usage example

import oradb

db_conn = oradb.Oradb("/path/to/my/config_file.cfg")

sql_results = db_conn.execute('SELECT * FROM TEST')

for row in sql_results:
  print(row)

About

Simple python class to help abstract oracle db operations and improve portablity of code

Topics

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages