Hey folks,
Can anyone working with an sql backend share how to call functions/RPC from glide?
Also, are there any updates or a roadmap regarding sql limitations, such as computed columns and multi-relations?
Thanks so much!
Hey folks,
Can anyone working with an sql backend share how to call functions/RPC from glide?
Also, are there any updates or a roadmap regarding sql limitations, such as computed columns and multi-relations?
Thanks so much!
Do we have any updates on this @NoCodeAndy @DarrenHumphries ?
As far as I know, there aren’t any plans to include RPCs.
As for SQL limitations; our priority is first big tables. I assume that SQL limitations may be addressed after that. Of course, with custom queries you can negate a number of those limitations. In one app I built I used a custom query to do calculations in the select statement and then the native SQL table integration for adds and edits.
Sorry I don’t have something more solid for you.
Awesome, thanks for the update Darren!