pyodbcOpenEdge

A Django Backend for OpenEdge databases (Progress)


Keywords
django, openedge, progress, odbc, pyodbc, databases, backend
License
BSD-3-Clause
Install
pip install pyodbcOpenEdge==1.0

Documentation

This module allows the use of the OpenEdge (Progress) databases through Django. 
It uses the pyodbc module to acces data.
It provides the ability to create tables from Django models, 
or to access existing tables (4GL or SQL) in your Django application.
The South integration permits to migrate the database schema.