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: 18 days ago
JSON representation
An example application that will query an SQLite db from C++
- Host: GitHub
- URL: https://github.com/kevin-coyle/cpp_sqlite3
- Owner: kevin-coyle
- Created: 2014-02-24T19:59:19.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-02-24T20:01:24.000Z (over 10 years ago)
- Last Synced: 2024-07-31T22:58:34.289Z (3 months ago)
- Language: C
- Size: 121 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
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.