Closed
Description
It would be useful to be able to get the underlying sqlite3*
handle so that the database can be further configured, or to be able to customize the creation and configuration of the connection using the handle.
For instance, I would like to be able to call sqlite3_create_collation_v2
to set up a collating sequence using the unicase
crate.