> I have been plugging away with midgard and mysql for sometime now, but I
> have had requests from some web clients to use oracle and postgres. i know
> that there has been an initial port to oracle for 1.2.5, but i tried it and
> it doesn't seem as stable as the mysql version. as midgard makes it's way
> towards 2.0, database independance is a key issue. i was wondering if it
> would be possible to use a package like metabase
> (http://phpclasses.upperdesign.com/browse.html/package/20) to support that
> as opposed to just an odbc connection. i'm sure this would require a
> significant rewrite of some of the code, but it seems an abstraction layer
> would offer much more flexibility than odbc. does anyone have some thoughts
> on this?
metabase uses PHP level code to access the database, while the midgard
functions use a C level abstraction (and don't even get to see the DB
connection directly).
We've been talking about a driver model for database access, and yes,
it would require quite some changes in the core. If 2.0 is going to
use SQL as we have so far (not certain at this point), this is going to
happen if at all feasable.
Emile
--
This is The Midgard Project's mailing list. For more information,
please visit the project's web site at http://www.midgard-project.org
To unsubscribe the list, send an empty email message to address
[EMAIL PROTECTED]