
On Wed, Feb 19, 2003 at 01:40:49PM +0100, Wiktor Wodecki wrote:
What would be a really ugly hack but would be fairly easy to implement is the gettext thingy. We just need to take care that we might need several SQL statements for some rdbms in some places. We have to take care of that, so a functional approach might also do...
good morning guys, while looking for something useful I found this: http://ali.as/devel/sqlpm/sql.pm.html. It provides an abstract database layer which translates requests to sql itself. This would work, however I expect to see enormous performance lacks there. I'd still rather do a modular approach where the requested module provides functions for various requests. Of course those functions need to be documented... -- Regards, Wiktor Wodecki