如何在DreamFactory API中创建存储过程

时间:2021-09-22 17:17:25

I have added MySQL tables in the DreamFactory schema (Local Database) and trying to add a stored procedure. I see URLs for listing the existing stored procedures and calling them, but how to create them or add them into Local Database of DreamFactory?

我在DreamFactory模式(本地数据库)中添加了MySQL表,并尝试添加存储过程。我看到列出现有存储过程并调用它们的URL,但是如何创建它们或将它们添加到DreamFactory的本地数据库中?

1 个解决方案

#1


DreamFactory's REST API currently does not allow manipulation of stored procedures (CRUD operations), only calling them. This is partially due to the complexity across the various database platforms and partially due to security.

DreamFactory的REST API目前不允许操纵存储过程(CRUD操作),只调用它们。这部分是由于各种数据库平台的复杂性,部分原因是安全性。

We will consider this as a feature request for future versions.

我们将此视为未来版本的功能请求。

#1


DreamFactory's REST API currently does not allow manipulation of stored procedures (CRUD operations), only calling them. This is partially due to the complexity across the various database platforms and partially due to security.

DreamFactory的REST API目前不允许操纵存储过程(CRUD操作),只调用它们。这部分是由于各种数据库平台的复杂性,部分原因是安全性。

We will consider this as a feature request for future versions.

我们将此视为未来版本的功能请求。