@SuppressWarnings("unused")
public void testModel() throws Throwable {
DbPool pool = createPool().getPool("test");
BookStoreSchema schema = new BookStoreSchema();
MStopWatch timer = new MStopWatch();
timer.start();
DbManager manager = new DbManager(pool, schema);