SelektDriver
Supports the URL format: jdbc:sqlite:path/to/database.sqlite?properties
Supported connection properties:
key: Encryption key (hex string or file path)
poolSize: Maximum connection pool size (integer)
busyTimeout: SQLite busy timeout in milliseconds (integer)
journalMode: SQLite journal mode (DELETE, WAL, MEMORY, etc.)
foreignKeys: Enable foreign key constraints (true/false)