cursor = self.conn.cursor() query = f"SELECT title, author, date_added, status FROM library" params = ()