I need to implement some database procedures. How can this be achieved? The basic idea is to schedule/trigger certain procedures to update collections based on data selected from other collections. Can i use server code to do this?
I need to implement some database procedures. How can this be achieved? The basic idea is to schedule/trigger certain procedures to update collections based on data selected from other collections. Can i use server code to do this?
Hello!
1) You can make requests to Database from Server Code. Please check this http://docs.appery.io/documentation/b...
2) For now there is no such possibility to run Server Code according to schedule
Workaround is to set up outer Server to call Server Code according to schedule.