A few points of interest from the work that Luminary Solutions do, usually relating to Ingres and Java.
We also do a lot of OpenROAD and .NET development, but I tend to stick to the Java side.
We also do a lot of OpenROAD and .NET development, but I tend to stick to the Java side.
Ingres SQLAlchemy dialect available
Posted 2009-11-27 at 01:59 AM by Alan.Raison
Tags ingres, python, sqlalchemy
The Ingres dialect for SQLAlchemy 0.6 is now available through SVN from [url=http://code.ingres.com/apps/SQLAlchemy]http://code.ingres.com/apps/SQLAlchemy[/url].
SQLAlchemy is an ORM framework for Python, allowing Python objects to be direclty mapped to database tables.
Ingres has a DBI driver for Python; this is available for download from [url=http://esd.ingres.com]http://esd.ingres.com[/url] or from the Ingres Subversion repository ([url=http://code.ingres.com/ingres/drivers/python]http://code.ingres.com/ingres/drivers/python[/url]). This is required to use SQLAlchemy.
In order to use Ingres with SQLAlchemy, you will need to first check out the SQLAlchemy source code from [url=http://svn.sqlalchemy.org/sqlalchemy]http://svn.sqlalchemy.org/sqlalchemy[/url]. Then export the Ingres dialect into the same folder. Edit lib/sqlalchemy/dialects/__init__.py to include 'ingres' in the __all__ list, then install SQLAlchemy into your python package directory using python setup.py install.
Hope you followed that!!
The intention is to release this to the main SQLAlchemy project; watch this space for news!
SQLAlchemy is an ORM framework for Python, allowing Python objects to be direclty mapped to database tables.
Ingres has a DBI driver for Python; this is available for download from [url=http://esd.ingres.com]http://esd.ingres.com[/url] or from the Ingres Subversion repository ([url=http://code.ingres.com/ingres/drivers/python]http://code.ingres.com/ingres/drivers/python[/url]). This is required to use SQLAlchemy.
In order to use Ingres with SQLAlchemy, you will need to first check out the SQLAlchemy source code from [url=http://svn.sqlalchemy.org/sqlalchemy]http://svn.sqlalchemy.org/sqlalchemy[/url]. Then export the Ingres dialect into the same folder. Edit lib/sqlalchemy/dialects/__init__.py to include 'ingres' in the __all__ list, then install SQLAlchemy into your python package directory using python setup.py install.
Hope you followed that!!
The intention is to release this to the main SQLAlchemy project; watch this space for news!







