Flet app with sqlite3 #3876
Unanswered
marcrr79907
asked this question in
Q&A
Replies: 1 comment
-
Give this idea a try: https://flet.dev/docs/cookbook/large-lists/#batch-updates |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Question
Hello, I have an app in Flet that obtains information from a .sqlite3 database, the entire interface displays well with little data, the problem arises when reading information from a database with a larger amount of data. I have access to all the information without errors, but the interface is not displayed, I think it may be due to the volume of data, although it is a 600kb .sqlite3 file. Please if you have any idea on how to optimize the process tell me.
Code sample
Error message
------------------------------------------------------
Beta Was this translation helpful? Give feedback.
All reactions