I'm new in the .NET and Xamarin world's. Currently I'm work in the migration of an app developed in an hybrid approach to Xamarin.Forms. The data handled by this app has not a fixed structure (schema-free).
In the current hybrid application these data are stored in a SQLite database as string and parsed to JSON when necessary (a not good nor elegant approach).
In the new implementation of this app I would like to store and handle my data using a document oriented data layer (lets say, a "embedded" NoSQL database, like MongoDB).
Searching in the web I found some options:
But these alternatives seems to me not sufficiently mature or PCL compatible.
My question is: what are the mature embedded alternatives to store data in a Xamarin.Forms PCL application that uses a document oriented approach (like mongoDB)?
Reports of actual experiences with these tools will be very appreciated too.
Many thanks!
Take a look at LexDB
https://github.com/demigor/lex.db
or SIAQODB (not free)
https://www.siaqodb.com/
I believe Couchbase is mature enough and if you want a NoSQL db, this might be your best option, also it works well with Xamarin.Forms as you can see here
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With