freeze-thaw

Hibernate like layer for C++

旧城冷巷雨未停 提交于 2019-12-03 17:49:58
问题 Using a DB with C++ is a real mess and it was refreshing when I moved to Java to be able to use a unified system to abstract the whole layer away (aka Hibernate). There are a couple of C++ abstract layers for DB's out there but they are usually vendor specific and only a thin layer that wraps the real C API. Has anybody come across something more like hibernate for C++ or know of a group or open source project that is looking at this problem domain. 回答1: I don't know of any C++ library like

Hibernate like layer for C++

大城市里の小女人 提交于 2019-12-03 06:39:26
Using a DB with C++ is a real mess and it was refreshing when I moved to Java to be able to use a unified system to abstract the whole layer away (aka Hibernate). There are a couple of C++ abstract layers for DB's out there but they are usually vendor specific and only a thin layer that wraps the real C API. Has anybody come across something more like hibernate for C++ or know of a group or open source project that is looking at this problem domain. I don't know of any C++ library like Hibernate, but certainly there are non-vendor specific libs: SOCI and DTL We developed an open source library