Getting data from database #3130
edvard-bjarnason
announced in
General
Replies: 1 comment 2 replies
-
Is this within your event handler? In the backend everything should be a normal Python object that you can process normally. It should only be a |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a question, how do you easily get data from the database so that it can be processed?
with rx.session() as session:
self.lines = session.exec(select(line)).all()
returns Var that is is difficult to iterate over and process further
Beta Was this translation helpful? Give feedback.
All reactions