Skip to content

Feature request: PreparedStatement caching at the driver layer #614

Open
@rhofmeyr

Description

@rhofmeyr

Hi all,

I have a feature request for enabling PreparedStatement at the driver layer. Modern connection managers, such as HikariCP, refuse to implement PreparedStatement caching, as it can be implemented better at the driver layer (for example, not maintaining a cache per-connection). It would be great if the SQLite JDBC driver could implement this feature.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancement:JDBCEnhancement specific to the JDBC standardhelp wantedContributions are welcome

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions