We will eventually add a public async API to .NET Couchbase Lite. However, I'm not anticipating any changes to the SQLite lib that we use.
For one, I don't see any evidence at the moment that changing will make any significant difference, but changing would certainly delay our progress. It's possible this stance might change after going through the process of performance optimization, but such a change would be driven by clear evidence from test outcomes. Second, there are very few SQLite PCL libs that meet all of our criteria, the most essential being support for custom collation functions. I believe the biggest gains won't come via changing SQLite libs, but instead from other areas that I know can be improved. It's just going to take a little time until we get there. If you find something that you feel does help, please send a pull request and we'll certainly review it carefully. Sent from my iPhone On Aug 23, 2014, at 8:54 PM, "Sherry Ummen" <[email protected]<mailto:[email protected]>> wrote: Hi, I see there is a nice API https://www.nuget.org/packages/SQLite.Net.Async-PCL/ which help to interact with SQlite asynchronously. Is there any plans of couchbase lite to have something similar to this? -Sherry -- You received this message because you are subscribed to the Google Groups "Couchbase Mobile" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]<mailto:[email protected]>. To view this discussion on the web visit https://groups.google.com/d/msgid/mobile-couchbase/525cf3bb-d3ee-418f-b356-05d682825709%40googlegroups.com<https://groups.google.com/d/msgid/mobile-couchbase/525cf3bb-d3ee-418f-b356-05d682825709%40googlegroups.com?utm_medium=email&utm_source=footer>. For more options, visit https://groups.google.com/d/optout. -- You received this message because you are subscribed to the Google Groups "Couchbase Mobile" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/mobile-couchbase/D6225D04-D1C4-4AFF-9E53-3F9CB5D6394F%40couchbase.com. For more options, visit https://groups.google.com/d/optout.
