문제

Does anyone already used db4o OO database manager in a mobile project using Xamarin Monodroid and/or MonoTouch?

Is it even possible? (It seems that db4o uses Reflection.Emit(), which could be a problem)

Thanks for your comments on this.

도움이 되었습니까?

해결책

If you plan on your app taking to a database directly, you might be better off to setup a web service (for security reasons you don't want your database accessible over a public ip address).

If you are going to work with a local database within the app to store data, use SQLite and sqlite-net.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top