variable
sqlite.native
const native: any
The native module implementing the sqlite3 C bindings
It is lazily initialized, so it is undefined until the first call to new Database().
The native module makes no guarantees about ABI stability, so it is left untyped
If you need to use it directly, let us know; that probably points to a deficiency in this API.