val result = Database(actorSystem) .withConnection{ connection =>connection.executeQuery( "SELECT first_name,last_name,hire_date FROM employees " + "ORDER BY hire_date DESC " + "LIMIT 0,5") }