OptionalsecretFauna database secret / access key.
OptionaldomainFauna endpoint domain, e.g. db.fauna.com.
OptionalclientA pre-built faunadb.Client to use instead of the driver.
OptionalqA pre-built FQL builder (faunadb.query) to use instead of the driver.
Connection options for
FaunaDbStore.secretauthenticates against a Fauna database. When a pre-builtclientis supplied (e.g. in tests),connect()uses it directly and skips loading thefaunadbdriver; the FQL builderqmay likewise be injected so tests need not require the driver at all.