Object Database (ODBMS) for Python

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Patrick K. O'Brien

    Object Database (ODBMS) for Python

    I'm working on an ODBMS written in Python, for Python, and was
    wondering if anyone was interested. In particular, I'd like to know
    what features would be useful, and what types of use cases people
    would have for a simple, but feature-rich object database.

    The system that I'm developing is PyPerSyst, which began as a simple
    persistence mechanism, but is now becoming a complete ODBMS. Some
    details are available here:



    The code is available in CVS on SF:

    Download Pypersyst - Python Persistence System for free. Pypersyst is an object persistence library for Python.


    As you'll see when you look at it, my goal is to provide many of the
    features you would find in relational databases (declarative alternate
    keys, referential integrity, etc.) without any of the impedence
    mismatch associated with mapping between objects and relational
    tables. And since this is Python, I've got several features I've
    never seen in any database of any kind (like built-in, automatic,
    self-maintained, bi-directional associations for all references).

    So, what else would you like to have in a pure-Python ODBMS?

    --
    Patrick K. O'Brien
    Orbtech http://www.orbtech.com/web/pobrien
    -----------------------------------------------
    "Your source for Python programming expertise."
    -----------------------------------------------
Working...