Differences between revisions 2 and 4 (spanning 2 versions)
Revision 2 as of 2007-07-07 02:08:31
Size: 791
Editor: niemeyer
Comment:
Revision 4 as of 2007-07-07 02:45:40
Size: 1009
Editor: niemeyer
Comment:
Deletions are marked like this. Additions are marked like this.
Line 4: Line 4:
Storm is a generic object relational mapper (ORM) developed
at Canonical to support the communication with multiple databases
simultaneously.
Storm is an object-relational mapper (ORM) for Python developed at
Canonical. The project is being developed for more than one year
to be used in Canonical projects such as [https://launchpad.net Launchpad],
and has been recently released as an open-source product.
Line 8: Line 9:
The '''storm''' acronym stands for '''STorm Object Relational Mapper'''. == Documentation ==
Line 10: Line 11:
There's a [:Tutorial: tutorial] available. More documentation
will come in the near future. Questions are welcome in the mailing
list.
Line 11: Line 15:
== What Storm is not == == Mailing list ==
Line 13: Line 17:
Storm wasn't created to handle the manipulation of database schemas.
It has no support for creating tables, or extracting information out
of a class to allow the creation of the table. That's not a limitation,
but a design decision. Storm explores the infrastructure offered by
relational databases and by the Python language to create an ORM,
serving as an extension, rather than as a wrapper.
The Storm mailing list is publically available at:
Line 20: Line 19:
  https://lists.canonical.com/mailman/listinfo/storm
Line 25: Line 25:
  * https://launchpad.net/storm   https://launchpad.net/storm

The source code may be obtained using [http://bazaar-vcs.org Bazaar]:

  {{{bzr branch https://launchpad.net/storm}}}

Code may be browsed at:

  http://codebrowse.launchpad.net/~storm/storm/trunk/files

== Download ==

You can find released files at:

  https://launchpad.net/storm/+download

What is Storm?

Storm is an object-relational mapper (ORM) for Python developed at Canonical. The project is being developed for more than one year to be used in Canonical projects such as [https://launchpad.net Launchpad], and has been recently released as an open-source product.

Documentation

There's a [:Tutorial: tutorial] available. More documentation will come in the near future. Questions are welcome in the mailing list.

Mailing list

The Storm mailing list is publically available at:

Development

Development of Storm may be tracked in Launchpad:

The source code may be obtained using [http://bazaar-vcs.org Bazaar]:

  • bzr branch https://launchpad.net/storm

Code may be browsed at:

Download

You can find released files at:

FrontPage (last edited 2020-05-28 12:17:27 by cjwatson)