Skip to content

[sqlite] Access to connection handle #430

Closed
@agentsim

Description

@agentsim

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

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions