ConnectionsArgs is the class type of the sqrl argument for the connections configuration function (i.e. the main function in the pyconfigs/connections.py file), which runs at server startup time.
The class can be imported from the squirrels.arguments or squirrels module.
Properties
str
Path to the Squirrels project directory.
dict[str, Any]
A copy of project variables as a dictionary.
dict[str, str]
A copy of environment variables as a dictionary.