-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Closed
Labels
E-easyenhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers
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.
Metadata
Metadata
Assignees
Labels
E-easyenhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers