LoungeCPP / loungesome-cpp

A list of a list of actually decent, actually used AND appreciated in the industry C++ libraries
http://loungecpp.github.io/loungesome-cpp
Creative Commons Zero v1.0 Universal
30 stars 0 forks source link

Discuss databases, o/rms #20

Open ghost opened 8 years ago

ghost commented 8 years ago

Hey guys,

I wondered if any of you worked or know about a database engine, or a database mapper, that might be worthy of inclusion into loungesome. I usually work with sqlite for file databases, but the lack of official C++ wrapper is annoying. OTOH it would be too small to be worthy of being a separate dependency for many people.

Any ideas? Bonus point for using that annoying slash notation.

nabijaczleweli commented 8 years ago

As pointed out here, sqlpp11.

ghost commented 8 years ago

Thanks, I missed it.