db-backed version 1.0c
Trevor Schroeder <tschroed@zweknu.org> - Apr 22, 2003
Licensed under the terms of the GPL version 2.0 (see the file COPYING)

This library provides a convenient mechanism for managing database-backed
objects.  By using the library in the lib directory, managing records is
simply a matter of describing the table and how it should be interpretted
(see sample/sample-classes.rb and sample/sample-tables.sql).

See also:

	sample/README.en.html for a sample usage
	lib/db-accessor.en.html for library documentation
	lib/db-support.en.html for library documentation

Requirements:

	DBI: http://ruby-dbi.sourceforge.net/
	Ruby MySQL support (if using MySQL): http://www.tmtm.org/mysql/

Installation:

	ruby install.rb config
	ruby install.rb setup
	ruby install.rb install

Questions? Drop me a line!
