Re: [Cppcms-users] Is dbixx::row available in an associative arary?
Brought to you by:
artyom-beilis
From: Mario P. <mp...@us...> - 2010-12-13 12:44:51
|
2010-12-13 10:30, Artyom wrote: [...] > > I'd suggest to take a look on cppdb - this is a new project > drop in replacement of dbixx, unlike dbixx it does not depend on > libdbi library but rather implements all by its own. Its API > is different from dbixx but conversion is mostly mechanical. > [...] Hello, I have found that libdbi is quite slow (at least using MySQL) and I have evidence that compared with a native implementation (libmysqlclient) where libdbi is up to 4 times slower in returning the results of a series of querys. I wonder if this is the reason you have decided to implement cppdb, and whether you are going to implement these using the native APIs (ex: libmysqlclient in the case of MySQL) and what other databases are supported or plan to support? Thanks and regards. Mario |