freebsd-ports/devel/py-durus/pkg-descr
Martin Wilke b037a62f9a Durus is a persistent object system for applications written in
the Python programming language.

Durus offers an easy way to use and maintain a consistent collection
of object instances used by one or more processes. Access and change
of a persistent instances is managed through a cached Connection
instance which includes commit() and abort() methods so that changes
are transactional. Durus is best suited to collections of less than a
million instances with relatively stable state.

WWW:      http://www.mems-exchange.org/software/durus/

PR:		ports/105470
Submitted by:	Dryice Liu <dryice at dryice.name>
2006-11-15 14:18:12 +00:00

11 lines
544 B
Text

Durus is a persistent object system for applications written in
the Python programming language.
Durus offers an easy way to use and maintain a consistent collection
of object instances used by one or more processes. Access and change
of a persistent instances is managed through a cached Connection
instance which includes commit() and abort() methods so that changes
are transactional. Durus is best suited to collections of less than a
million instances with relatively stable state.
WWW: http://www.mems-exchange.org/software/durus/