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 outside from the aplication. If
> posible wih OQL ( object query language )
> 
> The only candidate I have now is Cache from Intersystem
> 
> Thanks in advance

I've not used it, but http://schevo.org/ certainly looks interesting.

j

-- 
Joshua Kugler
Lead System Admin -- Senior Programmer
http://www.eeinternet.com
PGP Key: http://pgp.mit.edu/  ID 0xDB26D7CE

-- 
Posted via a free Usenet account from http://www.teranews.com

-- 
http://mail.python.org/mailman/listinfo/python-list

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/modules.html

And then there's always Zope's database.

Mike

-- 
http://mail.python.org/mailman/listinfo/python-list


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 persistence system. I would
>> like to be able to execute queries outside from the aplication. If
>> posible wih OQL ( object query language )

 > http://www.sqlalchemy.org/
 >
 > you ll like it.

While sqlalchemy is one of the best things since sliced bread, it's 
definitevely *not* an OODB.
-- 
http://mail.python.org/mailman/listinfo/python-list


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 system. I would
> like to be able to execute queries outside from the aplication. If
> posible wih OQL ( object query language )
>
> The only candidate I have now is Cache from Intersystem
>
> Thanks in advance


-- 
http://mail.python.org/mailman/listinfo/python-list