Description
Simplifies SQLite use in C++ programs by wrapping the C database API in C++ classes and helper types. It is useful when an application needs an embedded database without adding a separate database server.
Developers link this library into their own software; normal desktop users usually install it only because another program depends on it. It does not add a launcher, and database behavior depends on the application that uses the library.