Adding "System.Data.SQLite" as a reference
You get it (as a dll), then add a reference to it.
download here
for example install to C:\Program Files\SQLite.NET and browse to:
C:\Program Files\SQLite.NET\bin
I found that the best way to do this is to enter the following into the Package Manager Console:
Install-Package System.Data.SqLite