comparison CMakeLists.txt @ 137:0f9a8ddee022

Server: rework storage of test_database, closes #714 Do not store any objects in maps, instead store a unique nlohmann::json object in the test_database class, update that object from any model object. Unify access to the objects with the following functions: - test_database::ref, access the JSON object, - test_database::dict, access the parent JSON object.
author David Demelier <markand@malikania.fr>
date Thu, 05 Oct 2017 08:38:47 +0200
parents 991f2af682a0
children dece83c24c64
comparison
equal deleted inserted replaced
136:835c8ee3f9e5 137:0f9a8ddee022