IBM / django-ibmi

Django adapter for IBM i
Apache License 2.0
3 stars 5 forks source link

Reimplement or remove DatabaseClient in client.py #29

Closed kadler closed 3 years ago

kadler commented 3 years ago

This class implements the runshell function which allows calling an executable for interactive shell access to the database. For pyodbc and the IBM i Access driver, there's not really a binary. The closest would be isql, but that is not available on Windows (and not required to be installed for the driver to be used).