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
6{
7 bool exec(sqlite3 * db, const char * sql);
8}
Definition exec.hpp:6
bool exec(sqlite3 *db, const char *sql)
Definition exec.cpp:9