Hibernate like layer for C++

前端 未结 6 1383
故里飘歌
故里飘歌 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条回答
  •  醉话见心
    2021-02-05 22:43

    If you're using C++ with .Net, then use nhibernate. 2.0 is approximately the same as hibernate 3.0, and is extremely robust.

提交回复
热议问题