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