MLIB
|
C++ wrapper for SQLITE3. More...
#include <string>
#include <map>
#include <memory>
#include <cassert>
#include <cstring>
#include "safe_winsock.h"
#include <sqlite3/sqlite3.h>
#include "errorcode.h"
Go to the source code of this file.
Data Structures | |
class | mlib::Database |
Wrapper for database connection handle. More... | |
class | mlib::Query |
Wrapper for SQL prepared sentences. More... | |
Functions | |
Database::openflags | mlib::operator| (const Database::openflags &f1, const Database::openflags &f2) |
C++ wrapper for SQLITE3.
(c) Mircea Neacsu 2017. All rights reserved.