Returns the value of the `database` configuration parameter.
(&self)
| 774 | |
| 775 | /// Returns the value of the `database` configuration parameter. |
| 776 | pub fn database(&self) -> &str { |
| 777 | self.expect_value::<String>(&DATABASE).as_str() |
| 778 | } |
| 779 | |
| 780 | /// Returns the value of the `extra_float_digits` configuration parameter. |
| 781 | pub fn extra_float_digits(&self) -> i32 { |
no test coverage detected