我之前在postgres sql数据库上工作,并在那里创建了一些函数,我通过postman使用postgrest api调用了这些函数。
我想用mysql做同样的事情,这可能吗?
需要通过postman或curl调用MySQL函数来发送get/post请求,并从MySQL数据库获取数据。
发布于 2021-12-02 17:34:19
在2014年左右,有一个http插件被开发出来作为MySQL的概念验证:
http://blog.ulf-wendel.de/2014/mysql-5-7-http-plugin-mysql/
但我不知道它还能不能用。我找不到可以下载的地方。
https://stackoverflow.com/questions/70203653
复制相似问题