##Motivation
This SQLite library intended to be used with asp.net which run on DNX Core.
##How to use
- Download the compiled library from nuget, https://www.nuget.org/packages/CodeKamer.Data.SQLite/
- Add sqlite3.dll to your project
- Understand how to use sqlite especially on how to build the connection string and using flag, https://www.sqlite.org/c3ref/open.html
- See test project in this repo to see working samples