Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在从头开始开发一个应用程序,该应用程序将安装在资源很少的系统中,它将访问一个数据库,该数据库将保存获得的数据以及其他进程可以查询该数据的位置。
最后我决定使用 C++ 和 sqlite,但我的问题是决定层用于操作数据,可能是 SOCI 或 ODB,或其他。
我必须优化用于存储和访问数据的时间,因为我在谈论传感器的信息;你推荐我用什么?,ODB?索契?其他?