|
MLIB
|
C++ wrapper for SQLITE3. More...
#include <string>#include <map>#include <memory>#include <cassert>#include <cstring>#include <filesystem>#include "safe_winsock.h"#include <sqlite3/sqlite3.h>#include "errorcode.h"Go to the source code of this file.
Classes | |
| class | mlib::Query |
| Wrapper for SQL prepared sentences. More... | |
| class | mlib::Database |
| Wrapper for database connection handle. More... | |
Functions | |
| Database::openflags | mlib::operator| (const Database::openflags &f1, const Database::openflags &f2) |
| Bitwise OR operator permits combining database open flags. | |
C++ wrapper for SQLITE3.