ad4f267b7a
search.cpan.org is shutting down. It will redirect to metacpan.org after June 25, 2018. With hat: perl
11 lines
575 B
Text
11 lines
575 B
Text
Alzabo is a suite of modules with two core functions. Its first use is as a
|
|
data modeling tool. Through either a schema creation GUI, a perl program, or
|
|
reverse engineering, you can create a set objects to represent a schema.
|
|
|
|
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.
|
|
|
|
WWW: https://metacpan.org/release/Alzabo
|