You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 11, 2022. It is now read-only.
The sqlite3cc library is a C++ wrapper around the excellent SQLite 3 library. The SQLite Library has a C-style interface, and sqlite3cc is intended to make the use of SQLite more comfortable in a C++ programming environment.
I'll remove my dependency to Sqlite3CC and use Sqlite3Cpp instead. The lib is a bit more mature and already available through bincrafters. It also does not need Boost as a dependency.
I won't put much work into bringing Sqlite3cc into bincrafters at the moment, as the lib is not used by me anymore. If there's someone out there looking for Sqlite3cc in particular feel free to work on top of my results.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
From their homepage:
I've mirrored the sources along with a CMake/Conan-wrapper here: monsdar/sqlite3cc-cmake
The text was updated successfully, but these errors were encountered: