This is a simple string builder class that allows you to build a string using a fluent interface. It is useful for building SQL queries or other strings that require a lot of concatenation.
Example can be found in the examples
directory. Run 'cargo run --example stringbuilderexample' to see it in action.