How to store state in the app? #1859
Unanswered
chbndrhnns
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
On startup, I'd like to store custom state inside the app (like settings) which is also available outside of the context of a request. How would I do that? I noticed that the mechanism from Starlette (via
app.state
) seems not to be available.Beta Was this translation helpful? Give feedback.
All reactions