#include <sqlite3.h>
sqlite3* create_db(const char* db_path, bool overwrite_file);
void create_tables(sqlite3* db);