Question

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.

Was it helpful?

Solution

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.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top