简体   繁体   中英

Crossplatform Sqlite3 Wrapper for C++

I am looking for a crossplatform Sqlite wrapper for Sqlite3. Any suggestions?

Thanks

QT包括一个,wxWidgets包括一个。

SOCI项目有一个SQLite3后端包装器

Libgda( http://www.gnome-db.org )有一些C ++绑定。

CppSqlite is a very good C++ wrapper for SQLite. I've used it on *nix and windows without problems.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM