Postman GET on Fly Postgres

You wouldn’t do a GET request directly to the database, you’d do a GET request to your app you created, which would query the database and return results

1 Like