| 117 | } |
| 118 | |
| 119 | void Database::FreeSerialization(Napi::Env env, char* data) { |
| 120 | sqlite3_free(data); |
| 121 | } |
| 122 | |
| 123 | INIT(Database::Init) { |
| 124 | return DefineClass(env, "Database", { |
nothing calls this directly
no outgoing calls
no test coverage detected