I am writing a python script to create a postgres database using SQLAlchemy. I also want to create Stored Procedures in the same way. I checked SQL Alchemy Documentations, but could not find if I can create a stored procedure using it or not. Is it possible to do this? any tutorials / examples will help. I found some examples of invoking SP using SQLAlchemy, but not about how to create one.
Thanks in advance. Tara Singh
stored-procedures postgresql sqlalchemy
Tara singh
source share