Introduction - If you have any usage issues, please Google them yourself
This is a simple SQLite wrapper written in c++. SQLite is an embedded SQL engine,fully tested. SQLite does not have a separate server process. SQLite reads and writes directly to ordinary disk files.The description about SQLite is HERE.