Fetch all rows from a table.
Usage
fetch_all( conn, table, )
conn: object
Active connection.
table: str
Table name.
list
All rows from the table.