Dynamic configuration stored in a database 31/25531/5
authorJan Olszak <j.olszak@samsung.com>
Mon, 4 Aug 2014 09:09:08 +0000 (11:09 +0200)
committerJan Olszak <j.olszak@samsung.com>
Fri, 8 Aug 2014 12:09:07 +0000 (14:09 +0200)
commitff7e8667cd93a28498d93911191816294069f58b
tree22a0771fbbf3d70271e67056068631ec90e1d911
parentf1a8930290c1bb8784484acbab45d9f98c3204bb
Dynamic configuration stored in a database

[Bug/Feature]   Storing configuration in SQLite3 database
[Cause]         N/A
[Solution]      N/A
[Verification]  Build, install, run tests

Change-Id: If14be7c9e0c62c985215f904d308d2d172c71fff
CMakeLists.txt
packaging/libConfig.spec
src/CMakeLists.txt
src/config/kvstore.cpp [new file with mode: 0644]
src/config/kvstore.hpp [new file with mode: 0644]
src/config/sqlite3/connection.cpp [new file with mode: 0644]
src/config/sqlite3/connection.hpp [new file with mode: 0644]
src/config/sqlite3/statement.cpp [new file with mode: 0644]
src/config/sqlite3/statement.hpp [new file with mode: 0644]
src/libConfig.pc.in