#pragma once #include "quickjs.h" typedef struct sqlite3 sqlite3; void tf_database_init(JSContext* context, sqlite3* sqlite);