NAME
DBIx::DBO2::ReadMe - Getting Started with DBIx::DBO2
SYNOPSIS
# Gateway object
perldoc DBIx::SQLEngine
# Structure objects
perldoc DBIx::DBO2::TableSet [???]
perldoc DBIx::DBO2::Table
perldoc DBIx::DBO2::ColumnSet
perldoc DBIx::DBO2::Column
# Content objects
perldoc DBIx::DBO2::RecordSet
perldoc DBIx::DBO2::Record
# Method generation
perldoc DBIx::DBO2::Fields
DESCRIPTION
The DBIx::DBO2 framework is intended to facilitate the rapid development of object-oriented database applications.
INSTALLING
Download the tarball from the below URL, unpack it, and follow the normal "perl Makefile.PL && make test && sudo make install" procedure or your local equivalent.
http://www.evoscript.org/DBIx-DBO2/DBIx-DBO2-0.001.tar.gz
You may want to take a look at the test.pl and test-lib classes for a short example of how to use this framework to create your own classes.
SEE ALSO
See DBIx::SQLEngine for information about the underlying database interface.
See Class::DBI for a similar objects-to-DBI mapping.
CREDITS AND COPYRIGHT
Developed By
M. Simon Cavalletto, simonm@cavalletto.org
Evolution Softworks, www.evoscript.org
Contributors
Piglet / EJ Evans, piglet@piglet.org
Eric Schneider, roark@evolution.com
Chaos / Matthew Sheahan
Copyright
Copyright 2002 Matthew Simon Cavalletto.
Portions copyright 1997, 1998, 1999, 2000, 2001 Evolution Online Systems, Inc.
License
You may use, modify, and distribute this software under the same terms as Perl.