简体   繁体   中英

How can i Call restFull API in PostgreSQL

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.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM