Commit b7f05445c0
has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner)
9 lines
533 B
Text
9 lines
533 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.
|