Top Level :: Database

Package Information: DBA 0.15

Show All Changelogs
» Version » Information
1.1.1 2007-04-16     stable
1.1 2004-05-04     stable
1.0 2002-12-18     stable
1.0-rc1 2002-11-30     stable
0.9.5 2002-11-13     beta
0.9.4 2002-09-30     beta
0.9.3 2002-09-26     beta
0.9.2 2002-09-25     beta
0.9.1 2002-09-25     beta
0.9 2002-09-25     beta
0.18 2002-09-08     devel
0.17 2002-07-17     devel
0.16 2002-07-15     beta
0.15Download

Release date: 2002-07-08 20:44 UTC
Release state: beta

Changelog:

Initial release. Like many things, the documentation is not totally
completed and expect some changes/additions to the API as I try
building some sample applications with this, discovering what works
and what doesn't. See the test files for hints on usage; the most
useful bit currently is DBA_Relational, which provides a simple
data management system. It uses DBA_Table which uses DBA. They build
on each other, but can be used individually.
See empSchema and hatSchema for examples of how to create table
schemas. See test_relational.php and test_table.php for examples of
how to formulate queries. See benchmark_drivers.php for a method of
determining the performance of various DBA drivers for your system.