Join Slack
Powered by
Hello guys, I have a question for Kodein-DB. Are r...
# kodein
p
Panagiotis Panos
04/13/2022, 1:22 PM
Hello guys, I have a question for
Kodein-DB
. Are read/write operations async?
i
ian.shaun.thomas
04/13/2022, 4:44 PM
kodein-db is really just a wrapper for LevelDB and unless it's been intentionally opted out of, LevelDB is async by default.
https://github.com/google/leveldb/blob/main/doc/index.md#synchronous-writes
p
Panagiotis Panos
04/14/2022, 2:50 PM
thank you Ian. I wanted to know if the *read*_s_ are blocking the UI?
3
Views
Open in Slack
Previous
Next