admin管理员组

文章数量:1122846

I currently have an app that was built in native Android and uses objectbox as db. This app will be updated under a development made in Maui 8. So when an old user of the native Android app updates to the new Maui app, I need to read the data.mdb, and migrate the data to my new data.db (sqlite). I can't find any Maui library that supports objectbox, in order to read the db. How or what should I do?

本文标签: MauiHow read objectbox dbStack Overflow