Skip to content

System.Data.SQLite

Louis Richard edited this page Nov 22, 2019 · 2 revisions

To recreate this type of connection, you'll need the System.Data.SQLite library.

To install it on your project, you'll need to go on :
Tools/NuGet Package Manager/Manage NuGet Packages for Solution....
Then, go to Browse and search for SQLite.
Look for System.Data.SQLite and install it.

Once the installation is done, you can place the following code in your project.

using System.Data.SQLite;

Clone this wiki locally