0

How can I Implement sqlite-net extension "https://bitbucket.org/twincoders/sqlite-net-extensions"? I am downloading the code from the url but not getting how to use it.

anand
  • 1,399
  • 5
  • 23
  • 55

1 Answers1

1

You are probably best to install it as a NuGet package into your project. Then follow the readme here same link you have posted.

If that doesn't work can you post some of the code you have tried

Iain Smith
  • 9,230
  • 4
  • 50
  • 61