Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/kevin-coyle/cpp_sqlite3

An example application that will query an SQLite db from C++
https://github.com/kevin-coyle/cpp_sqlite3

Last synced: about 2 months ago
JSON representation

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

Lists

README

        

#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.