Alzabo is a program and a module suite, with two core functions. Its first use is as a data modelling tool. Through either a schema creation interface or a perl program, you can create a set of schema, table, column, etc. objects to represent your data model. Alzabo is also capable of reverse engineering your data model from an existing system. Its second function is as an RDBMS to object mapping system. Once you have created a schema, you can use the Alzabo::Runtime::Table and Alzabo::Runtime::Row classes to access its data. These classes offer a high level interface to common operations such as SQL SELECT, INSERT, DELETE, and UPDATE commands. Please see http://alzabo.sourceforge.net/ for more info. You can also install Alzabo via CPAN. Changes 0.47 ENHANCEMENTS: - Make several of the config values settable via the Alzabo::Config module. Suggested by Jared Rhine. - Transactions should now work under MySQL. Whether it does anything or not depends on the table type you are using. This needs testing though. BUG FIXES: - Make sure that index names are not too long. - Added a missing file to the MANIFEST. 0.46 was missing a needed file from the tarball.
