2 Feature: Read data from a database
4 Developers should be able to use the generated code to read
5 data from a database using a blocking read statement.
8 Scenario: Using YoSQL's default configuration
9 Given YoSQL uses its defaults configuration
10 When an SQL statement gets converted to a read method
11 Then the generated methods looks as expected