Hi,
I was hoping to get some advice on a good DB Abstraction Layer from your experience. I have the following requirements
1) I'm running PHP 4.0 on Linux
2) Need compatibility with Postgres, mysql, and oracle
3) The DB abstraction should perform well and not slow down the transactions
I've looked at:
ADODB - Looks good, but the postgres implementation looks like it may have just been added. Is it complete and stable?
metabase by Manuel Lemos - Looks very complicated, but complete.
phpDB - Hasn't been updated since 12/99?
phplib - Does this support php 4.0?
PEAR - I don't see any documenation for this? what am I missing????
Thanks for any input you may have,
Joe
I was hoping to get some advice on a good DB Abstraction Layer from your experience. I have the following requirements
1) I'm running PHP 4.0 on Linux
2) Need compatibility with Postgres, mysql, and oracle
3) The DB abstraction should perform well and not slow down the transactions
I've looked at:
ADODB - Looks good, but the postgres implementation looks like it may have just been added. Is it complete and stable?
metabase by Manuel Lemos - Looks very complicated, but complete.
phpDB - Hasn't been updated since 12/99?
phplib - Does this support php 4.0?
PEAR - I don't see any documenation for this? what am I missing????
Thanks for any input you may have,
Joe