lorm Lightweight (C++) ORM This is a Work In Progress. So test it but don't use it. Dependencies Compiling cmake Documentation doxygen (optional) graphviz (optional) Testing gtest Compiling Install cmake, gtest, doxygen and graphviz, then : On MacOSX, or Linux cd <path to lhs root> mkdir build cd build cmake .. make make test make doc make install On Windows Not yet...