Frage

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.

War es hilfreich?

Lösung

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.

Lizenziert unter: CC-BY-SA mit Zuschreibung
Nicht verbunden mit StackOverflow
scroll top