You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ObjectBox uses a single .mdb file to save data, and has APIs to load the data from a file. If the user has a large number of documents, it will be convenient to have an option to export the entire database (chunks + docs) as a single file and load them in another instance of the app.