Skip to main content

Module state

Module state 

Source
Expand description

Application state shared across request handler.

This module provides the shared state that is passed to all HTTP and WebSocket handler, including the database engine and query configuration.

Structsยง

AppState
Shared application state passed to all request handler.
StateConfig
Configuration for query execution.