Stay organized with collections
Save and categorize content based on your preferences.
public final class NativeSQLiteDriver implements SQLiteDriver
A SQLiteDriver that uses a version of SQLite included with the host operating system.
Usage of this driver expects that libsqlite can be found in the shared library path.
The host's SQLite used by this driver might be compiled with different threading modes which can be checked with threadingMode. Regardless of the mode compiled, this driver does not have an internal connection pool and whether the driver connections are thread-safe or not will be determined by the compiled threading mode of the host library.
Summary
Content and code samples on this page are subject to the licenses described in the Content License. Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
Last updated 2025-08-13 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-13 UTC."],[],[]]