Skip to content

Persisting state in the browser #662

Answered by Archmonger
tclasen asked this question in Question
Discussion options

You must be logged in to vote

In order for anything to be persistent, you'll need some sort of persistent storage, such as a database.

If your web framework of choice (FastAPI, Flask, etc) does not have integrated database capabilities, you might want to pip install an ORM such as SQLAlchemy.

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@tclasen
Comment options

@Archmonger
Comment options

Answer selected by tclasen
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants