bstiq / si400lib

Read and write on SI400 systems

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A simple example of accessing an ISeries Access ODBC Database.

Install the requirements with pip, modify accordingly and run test.py

Code was verified with the wemake python styleguide

The SQL Wrapper can also be used with other SQL databases, as such:

# example with an oracle database
yield 'SELECT * from :tableName', {'tableName': table_name}

About

Read and write on SI400 systems


Languages

Language:Python 100.0%