handle property

Pointer<void> handle

The native database connection handle from sqlite.

This returns a pointer towards the opaque sqlite3 structure as defined here.

Implementation

Pointer<void> get handle;