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