handle property

Pointer<Void> get handle

The raw native database handle.

Exposed for advanced FFI interop only. Most applications should not need this.

Implementation

ffi.Pointer<ffi.Void> get handle => _handle;