C++ with SQLite database demonstration



C++ with SQLite database demonstration

C++  with SQLite database demonstration

C++ with SQLite database demonstration. If you need to use a small serverless database with no configuration, then SQLite is the database to use.

Source code: https://github.com/RobertoChapa/C-SQLite_Demo

1. Download the SQlite3 files from SQlite.org
SQLite-amalgamation-3300100.zip

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!

SQLite code download
https://www.sqlite.org/download.html
sqlite-amalgamation-3300100.zip

This will contain the sqlite3.c file that you will need to add to the source folder directory

Comments are closed.