Decentralised Art Server
High-performance C++ backend that exposes HTML interface and a secure REST API for managing Performative Transactions entities
Loading...
Searching...
No Matches
exec.hpp
Go to the documentation of this file.
1
#pragma once
2
3
#include <sqlite3.h>
4
5
namespace
dcn::storage::sqlite
6
{
7
bool
exec
(sqlite3 * db,
const
char
* sql);
8
}
dcn::storage::sqlite
Definition
exec.hpp:6
dcn::storage::sqlite::exec
bool exec(sqlite3 *db, const char *sql)
Definition
exec.cpp:9
src
storage
include
sqlite
exec.hpp
Generated by
1.9.8