Does anyone know whether PHP can work with BDB? If it does, I am interested in knowing the performance differences between MySQL and BDB.
Does anyone know whether PHP can work with BDB?
According to the PHP manual on the Database (dbm-style) Abstraction Layer Functions, there is such support.
Thanks for the pointer. Looks like some investigative work is needed.