How to use dynamic sql in edge function sql mode #77
Replies: 2 comments 5 replies
-
|
Can you please provide us the example of your code? |
Beta Was this translation helpful? Give feedback.
-
|
The SQL type of Edge Function must be implemented with an SQLite query to run it when called. You can use More information can be found in the Weblite section in your Dashboard where you find the full address of the API for your project. |
Beta Was this translation helpful? Give feedback.


Uh oh!
There was an error while loading. Please reload this page.
-
I want to use dynamic sql in edge function sql mode. Someone can tell me its possible to here. If its possible then please give me an example.
Already i have tried by bellow syntax like ,
{{sql}} its my sql edge function command, but when is execute from postman then it got "Unable to find command {{sql}}."
Thanks to all.
Beta Was this translation helpful? Give feedback.
All reactions