On Wed, Jun 13, 2001 at 07:06:55PM -0400, Philip Mak wrote:
> I've been experimenting with a programming technique idea I had that I
> call "Object Oriented Databases". The goal of the technique is to make
> programming database driven websites easier by allowing the website code
> (I use Apache::ASP, which is built on mod_perl) to access the database
> contents as objects rather than having to write SQL statements. (The SQL
> statements are in the .pm files that define the objects' methods.)

You might want to check out Tangram.  I've used it a bit and it seems to
work well.  I still not sold on it, at times it seems to be more trouble
then its worth.  It's also easiest to work with if you let it create its
tables on its own.

--
Andy <[EMAIL PROTECTED]>

Reply via email to