Hibernate like layer for C++

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

    We developed an open source library named QHibernate.

    QHibernate is a Hibernate ORM(Object Relation Mapping) port for C++ and Qt Framework. Current version is a proof of concept work. It is used with PostgreSQL 9.4 and Qt 5.4.1.

    Features

    • Qt5
    • PostgreSQL
    • Class mapping xml
    • Class mapping xml
    • Hibernate configuration xml
    • one-to-many, one-to-one, many-to-one mappings

    You can find some details, source and download links here: QHibernate

提交回复
热议问题