dbTalk Databases Forums  

Python Ingres support for Web2Py framework???

comp.databases.ingres comp.databases.ingres


Discuss Python Ingres support for Web2Py framework??? in the comp.databases.ingres forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
cesmiga
 
Posts: n/a

Default Python Ingres support for Web2Py framework??? - 09-09-2009 , 08:22 PM






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) cs (DOT) depaul.edu)

http://mycti.cti.depaul.edu/people/f...cti.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) yahoo (DOT) com

Reply With Quote
  #2  
Old   
Joner Cyrre Worm
 
Posts: n/a

Default Re: Python Ingres support for Web2Py framework??? - 09-10-2009 , 11:10 AM






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/dr...in/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) gmail (DOT) 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) cs (DOT) depaul.edu)

* *http://mycti.cti.depaul.edu/people/f...cti.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) yahoo (DOT) com

Reply With Quote
  #3  
Old   
Chris Clark
 
Posts: n/a

Default Re: Python Ingres support for Web2Py framework??? - 09-10-2009 , 04:57 PM



On Sep 10, 9:10*am, Joner Cyrre Worm <jonerw... (AT) gmail (DOT) 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/Ing...lopment_Center

Chris

Reply With Quote
  #4  
Old   
cesmiga
 
Posts: n/a

Default Re: Python Ingres support for Web2Py framework??? - 09-10-2009 , 07:05 PM



On Sep 10, 5:57*pm, Chris Clark <Chris.Cl... (AT) ingres (DOT) com> wrote:
Quote:
On Sep 10, 9:10*am, Joner Cyrre Worm <jonerw... (AT) gmail (DOT) 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

Reply With Quote
  #5  
Old   
Chris
 
Posts: n/a

Default Re: Python Ingres support for Web2Py framework??? - 10-20-2009 , 04:35 PM



On Sep 10, 5:05*pm, cesmiga <cesm... (AT) gmail (DOT) 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/de...html#post28313
web2py now has Ingres support!

Chris

Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.