The `if response` check a few rows down would not actually work without initializing the variable first. It'd throw: ``` E UnboundLocalError: cannot access local variable 'response' where it is not associated with a value ```
postgrest-with-postgresql-xx