Persistence solutions for C++ (with a SQL database)?

后端 未结 5 724
孤独总比滥情好
孤独总比滥情好 2021-02-03 13:25

I\'m wondering what kind of persistence solutions are there for C++ with a SQL database? In addition to doing things with custom SQL (and encapsulating the data access to DAOs o

5条回答
  •  我在风中等你
    2021-02-03 14:02

    SQLite + Hiberlite is a nice and promising project. though I hope to see it more actively developed. see http : // code.google.com/p/hiberlite/

提交回复
热议问题