In SQLAlchemy, what is the preferred way to call a stored database procedure? (including set arguments and receive exit status and outputted variables)
I've seen some examples that use execute() to execute a raw database string, but this could contain vendor specific syntax, right?