I'm implementing an application using mORMot with Delphi from an existing client-server app that is using a Firebird database with a lot of stored procedures dealing with updating some tables and querying very complicated data. It would take too long to reimplement and move everything from the database to the application side.
I have no idea what to do. Anyone, please help to guide me on how to use - call Firebird stored procedures on mORMot. (It would be great if there is an example.)