I am new to PostgreSQL and wanted to know if it's possible to create a http link for selecting a particular data from the table.
I tried working with Postgres but can't really follow the documentation. The docker and postgREST container is running but still can access the database with HTTP link.
Is there any solution?
The main objective is to get the data from the database out using http://......../select() From () where time...
kind of structure.
image shows that the setup for postgrest is working
Thank you Regards.