[ruby-announce] [ANN] Madeleine 0.4

Anders Bengtsson <[email protected]> 04 Jul 2003 21:38:40 +0200
Newsgroups gmane.comp.lang.ruby.announce
Message-ID <1057347520.2263.16.camel__17430.2260079005$1057347608@spinoza>
http://sourceforge.net/project/showfiles.php?group_id=74624

What is Madeleine?

  "Are you still using a database?"

  Madeleine is a Ruby implementation of Object Prevalence: 
  Transparent persistence of business objects using command
  logging and snapshots.

  http://madeleine.sourceforge.net/


It's been a while, so it felt like a good time to do a new release!

News in Madeleine 0.4:

  * Deprecated ClockedSnapshotMadeleine
  * Added execute_query()
  * API documentation in RDoc format

The new execute_query() method allows you to easily do consistent
queries on your system. (It keeps a lock while running to prevent
updates from happening at the same time).

Have fun!

/Anders