Hibernate like layer for C++

前端 未结 6 1536
故里飘歌
故里飘歌 2021-02-05 22:11

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

6条回答
  •  萌比男神i
    2021-02-05 22:37

    I don't know of any C++ library like Hibernate, but certainly there are non-vendor specific libs: SOCI and DTL

提交回复
热议问题