Is sqlite3 database ready to build SOCI database database?

The SQLITE3 firewall for the SOCI database access library is reportedly not officially supported. (Not included in the distribution archive for version 3.0, only in the source code repository).

Does anyone use it in a production application?

Or maybe you know any serious applications that use it?

It seems that the library is quite popular, but I need confirmation of its status of "finished production", which can be used in my working application.

+4
source share
1 answer

I used it with sqlite and everything was fine. I did not encounter errors and looked through my local Perforce soci repository, I see only changes to the compiler portability, and not bug fixes. The application has been running since mid-2009, and I have not received error reports.

Soci 3 - since 2008; the fact that sqlite3 support is not in the "release" may not mean much.

+2
source

All Articles