## fetch_all()


Fetch all rows from a table.


Usage


``` python
fetch_all(
    conn,
    table,
)
```


## Parameters


`conn: object`  
Active connection.

`table: str`  
Table name.


## Returns


`list`  
All rows from the table.
