OptionalpathFilesystem path for the UnQLite database file. Defaults to './data/unqlite.db'.
OptionalclientA pre-built unqlite client (or a compatible mock). When provided,
connect() uses it directly and skips require('unqlite') entirely —
this is how tests inject a mock without the real driver installed.
Connection options for
UnqliteStore.