NoCodeBackend

Product details

Q: Stored procedures

Is it possible to add to the roadmap the feature of "stored procedures"?

teycirFeb 19, 2025
Founder Team
jass_

jass_

Feb 19, 2025

A: Can you please let us know how you would be using stored procedure via API? What's the usecase here?

Share
Helpful?
Log in to join the conversation
Verified Purchaser badge

Verified purchaser

Posted: Feb 20, 2025

The use case is to be able to use a "get" of data that has already been modified. Instead of calling rows in the table, you get a return value from a query. For example, a stored procedure that returns the average sale per department. This improves performance and reduces redundancy.

Founder
Posted: Feb 21, 2025

Hi,
This is the business logic that needs to be performed at your application level or via some automation tool in the middleware. We primarily focus on managing your database and generating APIs for the same so that you can easily connect with it.