Skip to content

Arteiii/SQLite3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SQLite3 C++ Example

This is a simple C++ example demonstrating the usage of SQLite3 in a Visual Studio project

Prerequisites

Before running this example, make sure you have SQLite3 installed on your system.

Building and Running

  1. Open the project in Visual Studio.
  2. Ensure that you have SQLite3 library linked.
  3. Build the project.
  4. Run the executable.

Usage

This example program connects to an SQLite database, creates a table, and inserts some sample data. The SQLite3 library is required for compilation.

License

This project is licensed under the MIT License - see the LICENSE file for details.

Acknowledgments

About

SQLite3 project template

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages