mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
12 lines
576 B
Plaintext
12 lines
576 B
Plaintext
Alzabo is a suite of modules with two core functions. Its first use is as a
|
|
data modelling 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: http://search.cpan.org/dist/Alzabo/
|