Do it work on Xamarin and Xamarin Forms?
Not Yet
Hi @biapar, LiteDB are fully netstandard 2.0 compatible - so yes, you can use in Xamarin. If you want store you datafile in non-user directory, use "async=true" in connection string.
hello @mbdavid is that works on PCL xamarin forms ?
@biapar @kormemis It works on Xamarin Forms, I recently used it and here is a blog post which will guide you through using it on XAmarin Forms :
It works very well on Xamarin. Using it currently in a Xamarin.Android project and already used it in several Xamarin.Forms projects. But I'll close this question as I'm cleaning up the issue list 馃檪
Most helpful comment
Hi @biapar, LiteDB are fully netstandard 2.0 compatible - so yes, you can use in Xamarin. If you want store you datafile in non-user directory, use "async=true" in connection string.