Re: Object Oriented Database with interface for Pyhton

2007-03-30 Thread Joshua J. Kugler
On Friday 30 March 2007 01:04, [EMAIL PROTECTED] wrote: > Hello all > > I am looking for an object oriented database with interffaces for > python. Either open source or commercial. > > I am looking for a Database not a object persistence system. I would > like to be able to execute queries outs

Re: Object Oriented Database with interface for Pyhton

2007-03-30 Thread kyosohma
On Mar 30, 8:51 am, Laurent Pointal <[EMAIL PROTECTED]> wrote: > MC a écrit : > > > Salut! > > > Heureusement qu'il y a qq français pour faire un peu de ménage... > > Question de décalage horaire ? Here is a list of all the popular database interface modules: http://www.python.org/topics/database

Re: Object Oriented Database with interface for Pyhton

2007-03-30 Thread Laurent Pointal
MC a écrit : > Salut! > > Heureusement qu'il y a qq français pour faire un peu de ménage... Question de décalage horaire ? -- http://mail.python.org/mailman/listinfo/python-list

Re: Object Oriented Database with interface for Pyhton

2007-03-30 Thread MC
Salut! Heureusement qu'il y a qq français pour faire un peu de ménage... -- @-salutations Michel Claveau -- http://mail.python.org/mailman/listinfo/python-list

Re: Object Oriented Database with interface for Pyhton

2007-03-30 Thread Bruno Desthuilliers
[EMAIL PROTECTED] a écrit : (top-post corrected) > > On 30 Mart, 12:04, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: >> Hello all >> >> I am looking for an object oriented database with interffaces for >> python. Either open source or commercial. >> >> I am looking for a Database not a object pe

Re: Object Oriented Database with interface for Pyhton

2007-03-30 Thread M�ta-MCI
Hi! >>> http://www.sqlalchemy.org/ No. sqlalchemy is an object-oriented-interface(or wrapper) Alfaeco want an Object-Oriented-Database (like Jasmin, Caché, etc.) @-salutations Michel Claveau -- http://mail.python.org/mailman/listinfo/python-list

Re: Object Oriented Database with interface for Pyhton

2007-03-30 Thread csselo
http://www.sqlalchemy.org/ you ll like it. On 30 Mart, 12:04, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > Hello all > > I am looking for an object oriented database with interffaces for > python. Either open source or commercial. > > I am looking for a Database not a object persistence syste

Object Oriented Database with interface for Pyhton

2007-03-30 Thread [EMAIL PROTECTED]
Hello all I am looking for an object oriented database with interffaces for python. Either open source or commercial. I am looking for a Database not a object persistence system. I would like to be able to execute queries outside from the aplication. If posible wih OQL ( object query language )