Litedb: Do it work on Xamarin and Xamarin Forms?

Created on 11 Feb 2018  路  5Comments  路  Source: mbdavid/LiteDB

Do it work on Xamarin and Xamarin Forms?

question

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.

All 5 comments

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 馃檪

Was this page helpful?
0 / 5 - 0 ratings

Related issues

axelgenus picture axelgenus  路  3Comments

rstat1 picture rstat1  路  3Comments

furesoft picture furesoft  路  4Comments

ghiboz picture ghiboz  路  4Comments

GW-FUB picture GW-FUB  路  3Comments