How to use SQLite-Net native

Issue #99 closed
Florian Spierckel created an issue

Hey, I want to use async function with the native librairy sqlite-net.

I made this choice over the SQLite-Net PCL librairy because the second one seems to be slow to support the new android N constraints.

You said that "Currently the recommended version is the official SQLite-Net PCL NuGet package. If you are using this SQLite-Net version, you can simply add a reference to SQLiteNetExtensions NuGet package. Also available with Async support in SQLiteNetExtensions.Async NuGet package."

But have you an example on how to add a reference ? Sorry, I'm pretty new to Xamarin Forms and I never did that before.

Thanks in advance

Comments (4)

  1. Log in to comment