My little SQLite testing application is working, and everything is 100% functioning as expected.
For learning purposes, I'd like to know what library is allowing me to communicate with my Scans.db SQLite database. I was told that I'd need the System.Data.SQLite reference, but my application works and I don't see it referenced anywhere.
My guess is that Entity Framework is somehow wrapping this?
Here's a picture of my current solution:
Can someone share some light on this? What library is actually letting me access the database?