marioreggiori / objectdb

Persistent embedded document-oriented NoSQL database for Dart and Flutter.
https://pub.dev/packages/objectdb
MIT License
190 stars 21 forks source link

do load into memory or read from file directly #39

Closed MichaelSowah closed 4 years ago

MichaelSowah commented 4 years ago

do you load into memory or read from file directly

marioreggiori commented 4 years ago

Data is loaded into memory. Changes are persisted as 'journal' in the db file to prevent data loss on app crash.