Class SqlServerConnectionStoreEnvironment
- Namespace
- ItTiger.TigerQuery.Core
- Assembly
- ItTiger.TigerQuery.Core.dll
The environment variables TigerQuery itself defines, documents, and reads.
public static class SqlServerConnectionStoreEnvironment
- Inheritance
-
SqlServerConnectionStoreEnvironment
- Inherited Members
Remarks
Reading these variables belongs here, not in a CLI framework or a host application.
A TigerCli-based host may register the name as help metadata so it appears in
--help-env, but the lookup and its precedence are owned by
SqlServerConnectionStorePathResolver.Fields
ConnectionStoreFile
The variable that selects the connection-store JSON file when no explicit path
is supplied:
TIGERQUERY_CONNECTION_STORE_FILE.public const string ConnectionStoreFile = "TIGERQUERY_CONNECTION_STORE_FILE"
Field Value
Remarks
Intended for CI/CD, containers, and build agents. A local developer normally
leaves it unset and uses the host application's default store location. When it
is set, it outranks that default and is never silently ignored: a present but
unusable value fails resolution instead of falling back.