How to use dynamic sql in edge function sql mode #77
Unanswered
Md-Rohol-Amin
asked this question in
Help
Replies: 2 comments 5 replies
|
Can you please provide us the example of your code? |
3 replies
|
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. |
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment


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.
All reactions