pkgsrc-wip/py-storm/distinfo
Thomas Klausner 7363968c9a 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.
2009-07-18 21:12:50 +00:00

5 lines
251 B
Text

$NetBSD: distinfo,v 1.1.1.1 2009/07/18 21:12:50 thomasklausner Exp $
SHA1 (storm-0.14.tar.bz2) = 23f8354f7e79ce817a6a2e4233f826ae2039c513
RMD160 (storm-0.14.tar.bz2) = a2aac2a690e5f2e36544d9b74dc374fd53791f7d
Size (storm-0.14.tar.bz2) = 165197 bytes