Differences between revisions 1 and 2
Revision 1 as of 2005-01-28 11:56:31
Size: 1196
Editor: S01060007e9f6985b
Comment:
Revision 2 as of 2008-11-15 13:59:37
Size: 1198
Editor: localhost
Comment: converted to 1.6 markup
Deletions are marked like this. Additions are marked like this.
Line 2: Line 2:
[[TableOfContents]] <<TableOfContents>>
Line 16: Line 16:
The programming interface is nearly the same as ZODB (Durus is heavily influenced by the ZODB design). Durus aggressively caches data and does not do locking. As a result it performs very well for applications do mostly reading and only a little writing. See the [http://www.mems-exchange.org/software/durus/doc/FAQ.html FAQ] The programming interface is nearly the same as ZODB (Durus is heavily influenced by the ZODB design). Durus aggressively caches data and does not do locking. As a result it performs very well for applications do mostly reading and only a little writing. See the [[http://www.mems-exchange.org/software/durus/doc/FAQ.html|FAQ]]

Masthead

URL

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

licence

http://www.mems-exchange.org/software/files/durus/Durus-1.4.tar.gz/LICENSE.txt

platforms
Python

DB API 2.0 Drivers

Not applicable. Durus is an object database, similar in approach to ZODB.

Comments

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.

Programming Model

The programming interface is nearly the same as ZODB (Durus is heavily influenced by the ZODB design). Durus aggressively caches data and does not do locking. As a result it performs very well for applications do mostly reading and only a little writing. See the FAQ

Comments

Supported Python Applications

Pros

Cons

Durus (last edited 2018-07-01 09:34:18 by EtienneRobillard)

Unable to edit the page? See the FrontPage for instructions.