/cpp_sqlite3

An example application that will query an SQLite db from C++

Primary LanguageC

#Example SQLite C++ Application This basic application queries a sqlite database using C++.

It is just basically here for my own learning purposes only but feel free to look and comment on the code.