I was wondering if anyone could reccomend a database abstraction layer?
Thanks, Jeff
What are you trying to do? For simple stuff, I've used dba_* with a gdbm database. For more complicated (and useful) stuff, MySQL is great.
I use mysql but I want to enable my app to be able to switch to Oracle or or some other database.
Jeff