Main Page | Report this Page
Computers Forum Index  »  Computer - Databases - Ingres  »  Python Ingres support for Web2Py framework???...
Page 1 of 1    

Python Ingres support for Web2Py framework???...

Author Message
cesmiga...
Posted: Thu Sep 10, 2009 1:22 am
Guest
All:

Here is a good opportunity for Ingres developers to have a Python
framework that works for them and eases development time.

Presently, the Web2Py (www.web2py.com) web framework has a large list
of databases communicating via a DAL (Database Abstraction Layer).
The databases that currently work with Web2Py are...

IBM DB2, Informix, Oracle, PostgreSQL, MySQL, MSSQL, FireBird, and
SQLite

The DAL utilizes any Python database driver that adheres to the API
v2.0 specification via pep-0249.

http://www.python.org/dev/peps/pep-0249/

Anyone interested in adding the Ingres database to this Python web
framework, this is the project for you.

Please contact Massimo Di Pierro (MDiPierro at (no spam) cs.depaul.edu)

http://mycti.cti.depaul.edu/people/facultyInfo_mycti.asp?id=343

Thank you for your time and interest. Hope to see your database
(Ingres) on the list soon.

Christopher Smiga
eMail: csmiga at (no spam) yahoo.com
 
Joner Cyrre Worm...
Posted: Thu Sep 10, 2009 4:10 pm
Guest
If DAL is said to work with any DB-API 2.0 (PEP-0249) compatible, it
might be worth trying it with ingresdbi for Python:

Ingresdbi is listed at the Database Interfaces to RDBMS at Python.org:
http://wiki.python.org/moin/DatabaseInterfaces

More info about ingresdbi at Python.org: http://wiki.python.org/moin/Ingres

More info at Ingres.com: http://community.ingres.com/wiki/Python_2.5_Support

Readme of ingersdbi at SVN: http://code.ingres.com/svn/ingres/drivers/python/main/README.html

--
Joner Cyrre Worm
http://www.worm.sh
http://community.ingres.com/wiki/User:Worm

On Sep 9, 10:22 pm, cesmiga <cesm... at (no spam) gmail.com> wrote:
Quote:
All:

Here is a good opportunity for Ingres developers to have a Python
framework that works for them and eases development time.

Presently, the Web2Py (www.web2py.com) web framework has a large list
of databases communicating via a DAL (Database Abstraction Layer).
The databases that currently work with Web2Py are...

    IBM DB2, Informix, Oracle, PostgreSQL, MySQL, MSSQL, FireBird, and
SQLite

The DAL utilizes any Python database driver that adheres to the API
v2.0 specification via pep-0249.

   http://www.python.org/dev/peps/pep-0249/

Anyone interested in adding the Ingres database to this Python web
framework, this is the project for you.

Please contact Massimo Di Pierro (MDiPie... at (no spam) cs.depaul.edu)

   http://mycti.cti.depaul.edu/people/facultyInfo_mycti.asp?id=343

Thank you for your time and interest.  Hope to see your database
(Ingres) on the list soon.

Christopher Smiga
eMail: csm... at (no spam) yahoo.com
 
Chris Clark...
Posted: Thu Sep 10, 2009 9:57 pm
Guest
On Sep 10, 9:10 am, Joner Cyrre Worm <jonerw... at (no spam) gmail.com> wrote:
Quote:
If DAL is said to work with any DB-API 2.0 (PEP-0249) compatible, it
might be worth trying it with ingresdbi for Python:

Ingresdbi is listed at the Database Interfaces to RDBMS at Python.org:http://wiki.python.org/moin/DatabaseInterfaces

More info about ingresdbi at Python.org:http://wiki.python.org/moin/Ingres

More info at Ingres.com:http://community.ingres.com/wiki/Python_2.5_Support

As per Joner's reply IngresDBI is the best bet here. However we do
also have a JDBC driver which works fine with Jython. I know web2py
has prelim support for Jython/JDBC (I say prelim support as it is
locked into sqlite support).

I'm afraid I don't personally have time right now to work on this but
if anyone is interested I'm happy to answer questions if there are
Ingres or IngresDBI questions. The starting page for the driver is
http://community.ingres.com/wiki/Ingres_Python_Development_Center

Chris
 
cesmiga...
Posted: Fri Sep 11, 2009 12:05 am
Guest
On Sep 10, 5:57 pm, Chris Clark <Chris.Cl... at (no spam) ingres.com> wrote:
Quote:
On Sep 10, 9:10 am, Joner Cyrre Worm <jonerw... at (no spam) gmail.com> wrote:

If DAL is said to work with any DB-API 2.0 (PEP-0249) compatible, it
might be worth trying it with ingresdbi for Python:

Ingresdbi is listed at the Database Interfaces to RDBMS at Python.org:http://wiki.python.org/moin/DatabaseInterfaces

More info about ingresdbi at Python.org:http://wiki.python.org/moin/Ingres

More info at Ingres.com:http://community.ingres.com/wiki/Python_2.5_Support

As per Joner's reply IngresDBI is the best bet here. However we do
also have a JDBC driver which works fine with Jython. I know web2py
has prelim support for Jython/JDBC  (I say prelim support as it is
locked into sqlite support).

I'm afraid I don't personally have time right now to work on this but
if anyone is interested I'm happy to answer questions if there are
Ingres or IngresDBI questions. The starting page for the driver ishttp://community.ingres.com/wiki/Ingres_Python_Development_Center

Chris

Hey all!

Thank you for your thoughts and input. I'm not familiar with Ingres
but know the developers at Web2Py are very willing to include Ingres
db support in to the project. For instance, Carsten Haese and myself
worked to bring InformixDb (python adapter) into the project for
Informix support.

Is there an interest in a Python Web Framework that supports Ingres.
Massimo Di Pierro (Web2Py project lead) did a great job working other
Db support into the project and it didn't take long for the
implementation to get into the code branch.

Thank you again,
Christopher
 
Chris...
Posted: Tue Oct 20, 2009 9:35 pm
Guest
On Sep 10, 5:05 pm, cesmiga <cesm... at (no spam) gmail.com> wrote:
Quote:
Thank you for your thoughts and input.  I'm not familiar with Ingres
but know the developers atWeb2Pyare very willing to include Ingres
db support in to the project.  For instance, Carsten Haese and myself
worked to bring InformixDb (python adapter) into the project for
Informix support.

Is there an interest in a Python Web Framework that supports Ingres.
Massimo Di Pierro (Web2Pyproject lead) did a great job working other
Db support into the project and it didn't take long for the
implementation to get into the code branch.

As per http://community.ingres.com/forum/development-tools-utilities/11274-web2py-has-preliminary-ingres-support.html#post28313
web2py now has Ingres support!

Chris
 
 
Page 1 of 1    
All times are GMT
The time now is Sun Dec 06, 2009 4:18 am