We use sqlite3 in an Electron application and Electron is soon requiring Native Modules in the Renderer Process to be NAPI or Context Aware. Is it possible to make sqlite3 Context Aware? See electron/electron#18397 and an example https://github.com/atom/node-keytar/pull/182/files Thanks