Re: a web framework for postgresql? - Mailing list pgsql-general

From falcon
Subject Re: a web framework for postgresql?
Date
Msg-id 1141242841.499687.52670@i39g2000cwa.googlegroups.com
Whole thread Raw
In response to Re: a web framework for postgresql?  (Peter Wilson <petew@yellowhawk.co.uk>)
Responses Re: a web framework for postgresql?  (Tino Wildenhain <tino@wildenhain.de>)
Re: a web framework for postgresql?  (Robert Treat <xzilla@users.sourceforge.net>)
List pgsql-general
Pete,
I agree with you about websites containing lots of complex logic.  It
is an interesting excercise to extract out this logic from the day to
day business of web app development.  In any case, as I think more
about various if/else claues or business specific computations, I get
even more convinced that either many of our daily routines can be
abstracted away, or partitioned (I guess the way the MVC model keeps
people like me from putting everything together in a complex mess).

It is interesting that much of the software packages specifically
marketed for 'business logic' (various rules engines) are, at their
most fundamental, not very different from relational DBs.

I am also fairly certain that whole programming languages (their
semantics and their syntax) can be defined within relational DBs.

So why not attempt to use databases as more than just data stores?

P.S. I actually don't think the kind of framework I am looking for
exists (oracle has html db, but I haven't been able to study it yet).
And I should add that I realize theoretical Relational Dbs are
different from modern implementations, but we still have a base to work
on.


pgsql-general by date:

Previous
From: Russ Brown
Date:
Subject: Re: Special offer with a possible dontation to the
Next
From: Tony Caduto
Date:
Subject: Re: Special offer with a possible dontation to the project