Object Databases

Ted Horst Ted.Horst at wdr.com
Wed Mar 1 18:04:53 EST 2000


On 01 Mar 2000, Andrew M. Kuchling wrote:
> I was thinking of writing some simple schema declaration language,
> re-using as much of Python's tokenise.py as possible.  Something like:
>
> class Sequence using table sequences:
> id int
> name string
> Operation[] ops
>
> class Operation:
> op_id int
> ...

The ODMG (http://www.odmg.org) has defined a language for this called ODL.   
It is an extension to IDL.

-----------------------------
Ted Horst <Ted.Horst at wdr.com>




More information about the Python-list mailing list