RAA - sql-serialize

sql-serialize / 0.0.7

Short description: Transparent SQL serialization library
Category: Library/Database
Status: beta
Created: 2003-05-01 11:22:21 GMT
Last update: -
Owner: cyborch (Projects of this owner)
Homepage: http://rubyforge.org/projects/sql-serialize/
Download: http://rubyforge.org/download.php/396/rsqlserial-0.0.7.tar.gz
License: LGPL
Dependency:
None
Description:

This ruby module will provide sql serialization for ruby objects in a transparent manner. The only requirement of this module is that all classes that are to be stored in an sql database uses it as a mix-in.

new features in version 0.0.7 include:
* added real unit testing
* checkup on all documentation
* started using dbi column info to determine column types for correct typecasting
* fixed reference counting and garbage collection of serialized objects in the database
* several bugfixes


Currently documentation (just the rdocs for now) is available at: http://rsqlserial.sourceforge.net

Edit this project (for project owner)

back to RAA top