Domanda

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.

È stato utile?

Soluzione

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.

Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top