Search code examples
xamarin.iosxamarin.androiddb4o

db4o DotNet version with Xamarin MonoDroid and MonoTouch


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.


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.