ANN: Cog object database v0.3
Itamar Shtull-Trauring
itamar at itamarst.org
Sat Dec 28 18:09:15 EST 2002
More information about the Python-list mailing list
Sat Dec 28 18:09:15 EST 2002
- Previous message (by thread): Algorithm for extracting the prime factors of an integer
- Next message (by thread): Tkinter: Distinguishing different
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Cog is the Checkpointed Object Graph object database, providing semi-transparent persistence for large sets of interrelated Python objects. It handles automatic loading of objects on reference, and saving of modified objects back to disk. Reference counting is used to automatically remove no longer referenced objects from storage, and objects will be automatically be attached to the database if a persistent object references them. Cog does not provide traditional transaction support. Instead, it provides only a way to flag the database as self-consistent, and guarantees that on system restart, the database will be restored to the most recent possible self-consistent state. Cog was originally written by Oliver Jowett (http://www.randomly.org). Download: http://itamarst.org/software/cog/ -- Itamar Shtull-Trauring http://itamarst.org/ Available for Python, Twisted, Zope and Java consulting ***> http://VoteNoWar.org -- vote/donate/volunteer <***
- Previous message (by thread): Algorithm for extracting the prime factors of an integer
- Next message (by thread): Tkinter: Distinguishing different
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list