native

Vnative
Bun

Symbol

native

let native: any

The native module implementing the sqlite3 C bindings

It is lazily-initialized, so this will return undefined until the first call to new Database().

The native module makes no gurantees about ABI stability, so it is left untyped

If you need to use it directly for some reason, please let us know because that probably points to a deficiency in this API.