I am building chat app in flutter.
I found objectbox with dart. It is look good. previously I tried hive.
My question is. Objectbox is in memory database or disk database?.
Hive is in memory database when I open my app. its load all box data in memory. But I am searching for solution like disk storage. So I can load data on memory when I needed. How Objectbox works?