Rose-DBx-Object-Builder generates database table schemas from simple, succinct sentences. It alleviates the need to specify the data type for every table columns and simplifies the tedious work of setting up common table relationships. The generated table schemas follow the default conventions of Rose-DB-Object.

INSTALLATION

To install this module, run the following commands:

        perl Makefile.PL
        make
        make test
        make install

SUPPORT AND DOCUMENTATION

After installing, you can find documentation for this module with the perldoc command.

perldoc Rose::DBx::Object::Builder

You can also look for information at:

RT, CPAN's request tracker

http://rt.cpan.org/NoAuth/Bugs.html?Dist=Rose-DBx-Object-Builder

AnnoCPAN, Annotated CPAN documentation

http://annocpan.org/dist/Rose-DBx-Object-Builder

CPAN Ratings

http://cpanratings.perl.org/d/Rose-DBx-Object-Builder

Search CPAN

http://search.cpan.org/dist/Rose-DBx-Object-Builder/

COPYRIGHT AND LICENCE

Copyright (C) 2009-2010 Xufeng (Danny) Liang

This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.