Hibernate like layer for C++

前端 未结 6 1526
故里飘歌
故里飘歌 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:38

    There is now a completely in C++ written Hibernate layer. You can find it at github at edwig/CXHibernate. It comes with full written documentation.

提交回复
热议问题