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

后端 未结 5 651
孤独总比滥情好
孤独总比滥情好 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 13:45

    SQLite is great: it's fast, stable, proven, and easy to use and integrate.

    There is also Metakit although the learning curve is a bit steep. But I've used it with success in a professional project.

提交回复
热议问题