Sqlitepp
1.2.3
A thin sqlite C++ wrapper
|
Sqlite library wrapper. More...
#include <string>
#include <sqlitepp/sqlite3.h>
Go to the source code of this file.
Classes | |
class | sqlite::Connection |
Sqlite database connection. More... | |
struct | sqlite::Connection::Column_metadata |
Column metadata info. More... | |
class | sqlite::Connection::Stmt |
Prepared statement obj - usually created by Connection::create_statement. More... | |
Namespaces | |
sqlite | |
Sqlite C++ wrapper and associated types. | |
Sqlite library wrapper.