#include "matador/object/schema.hpp" #include "author.hpp" #include "book.hpp" using namespace demo; using namespace matador; int main() { object::schema tree; tree.attach("authors"); tree.attach("books"); }