conan-io / wishlist

This repo is to propose libraries, frameworks, and code in general that users would like to have in conan
MIT License
49 stars 5 forks source link

SQLite3cc #220

Open monsdar opened 5 years ago

monsdar commented 5 years ago

From their homepage:

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've mirrored the sources along with a CMake/Conan-wrapper here: monsdar/sqlite3cc-cmake

Croydon commented 5 years ago

So you already wrote a Conan recipe... please consider bringing it into Bincrafters 😄

monsdar commented 5 years ago

Yeah, what's missing? I'll see that I find some time for that...

monsdar commented 5 years ago

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.