Calling Python Script from an SQL Proceudre

Laura Creighton lac at openend.se
Wed Jun 3 12:13:19 EDT 2015


In a message of Wed, 03 Jun 2015 15:17:16 +0530, Amit Goutham writes:
>Hi All,
>I am trying to search on the Internet if i can call a Python Script from an
>SQL Procedure.
>All the information found on Internet is about connecting to a database
>from Python through a Python script.But, i want the other way round.
>
>Any Help will be appreciated
>
>-- 
>Thanks and Regards,
>Amit Goutham
>Ph:+91-8867801035

You certainly can with postgreql, see
http://www.postgresql.org/docs/current/static/plpython.html

I don't know about other SQL servers.

Laura



More information about the Python-list mailing list