Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 486 Bytes

File metadata and controls

16 lines (10 loc) · 486 Bytes

SQlite With Cpp on VS IDE

Steps followed:

  1. Download the SQlite3 files from SQlite.org
    Link to download

  2. Add the sqlite3.c file to the Sources Files Folder as an existing file note: This is the only file from the download you need.

  3. NuGet Package Manager: Install sqlite3_c_plus_plus by Dawlin Pena and Allam Gallan

  4. Add #include sqlite3.h

  5. Code!