-
Notifications
You must be signed in to change notification settings - Fork 653
Open
Labels
enhancement:JDBCEnhancement specific to the JDBC standardEnhancement specific to the JDBC standardhelp wantedContributions are welcomeContributions are welcome
Description
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.
fdietze, cornerman and landgrafhomyak
Metadata
Metadata
Assignees
Labels
enhancement:JDBCEnhancement specific to the JDBC standardEnhancement specific to the JDBC standardhelp wantedContributions are welcomeContributions are welcome