Am using volt db and need to insert list of values like shown below
field1 | field2 | field3 | field4
foo | bar | baz | value one
foo | bar | baz | value two
foo | bar | baz | value four
foo | bar | baz | value five
What is best way to do that any help much appreciated