I am using PostgreSQL 12.6, compiled by Visual C++ build 1914, 64-bit on Windows Server. And like to know how can I call RestFull API using python or perl in postgres.
I am relatively new in call restFull API from postgres so I will need a step by step guide on how to do this.
Thanks in advance.
From what I can gather PostgreSQL works the same way as MariaDB and MySQL.
In python, you can use this library to connect to your endpoints. The readme provides a nice how-to for beginners to use.