out.println(using(H2, new Settings().withRenderKeywordStyle(RenderKeywordStyle.LOWER)).render(select));
Tools.title("A couple of settings at work - Mapping");
out.println(using(H2, new Settings()
.withRenderMapping(new RenderMapping()
.withSchemata(new MappedSchema()
.withInput("PUBLIC")
.withOutput("test")
.withTables(new MappedTable()
.withInput("AUTHOR")
.withOutput("test-author"))