pkgsrc-WIP-cvs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: wip/py-storm



Module name:    wip
Committed by:   thomasklausner
Date:           Sat Jul 18 21:12:50 UTC 2009

Import into wip/py-storm

Log Message:
Initial import of py-storm-0.14:

Storm is an Object Relational Mapper for Python.

    * Storm is fast.
    * Storm lets you efficiently access and update large datasets
    by allowing you to formulate complex queries spanning multiple
    tables using Python.
    * Storm allows you to fallback to SQL if needed (or if you just
    prefer), allowing you to mix "old school" code and ORM code
    * Storm handles composed primary keys with ease (no need for
    surrogate keys).
    * Storm doesn't do schema management, and as a result you're
    free to manage the schema as wanted, and creating classes that
    work with Storm is clean and simple.
    * Storm works very well connecting to several databases and
    using the same Python types (or different ones) with all of
    them.
    * Storm can handle obj.attr = <A SQL expression> assignments,
    when that's really needed (the expression is executed at
    INSERT/UPDATE time).
    * Storm handles relationships between objects even before they
    were added to a database.
    * Storm works well with existing database schemas.
    * Storm will flush changes to the database automatically when
    needed, so that queries made affect recently modified objects.

Status:

Vendor Tag:     THOMASKLAUSNER
Release Tags:   THOMASKLAUSNER_20090718
                
N wip/py-storm/distinfo
N wip/py-storm/Makefile
N wip/py-storm/PLIST
N wip/py-storm/DESCR

No conflicts created by this import


------------------------------------------------------------------------------
Enter the BlackBerry Developer Challenge  
This is your chance to win up to $100,000 in prizes! For a limited time, 
vendors submitting new applications to BlackBerry App World(TM) will have
the opportunity to enter the BlackBerry Developer Challenge. See full prize  
details at: http://p.sf.net/sfu/Challenge
_______________________________________________
pkgsrc-wip-cvs mailing list
pkgsrc-wip-cvs%lists.sourceforge.net@localhost
https://lists.sourceforge.net/lists/listinfo/pkgsrc-wip-cvs


Home | Main Index | Thread Index | Old Index