neo4j_config_set_render_rowlines

Enable or disable rendering of rowlines in result tables.

If set to true, then render output will separate each table row with a rowline.

@note This only applies when rendering results to a table.

@param config The neo4j client configuration to update. @param enable true to enable rowline rendering, and false to disable this behaviour.

extern (C)
void
neo4j_config_set_render_rowlines

Meta