Re: [Phplib-users] phplib vs. pear
Brought to you by:
nhruby,
richardarcher
|
From: Saulius <sa...@ye...> - 2002-05-07 06:58:20
|
Hello, > If PEAR ever evolves into a distribution network like CPAN and > loses the elitest attitude I might re-think my position. The last > thing I want is some overlord telling me how to write my code. Yesterday I did some tests on various db abstration layers (libriaries): native mysql, phplib, adodb, pear, metabase. What I can say about pear db, it is a big looser - latency is very big, queries work enough slow. By speed there are two groups: 1) mysql, phplib, adodb; 2) pear, metabase. I think it's not effective to use pear db in projects. Bye, Saulius |