@Given("an empty library")
 public void emptyLibrary() throws SQLException {
   database.emptyTable("book");
   database.emptyTable("borrowing");
 }