Python and PL/SQL

Jorge Godoy godoy at ieee.org
Mon Nov 7 09:32:51 EST 2005


Gerhard Häring <gh at ghaering.de> writes:

> In my not so humble opinion, instead of all this fancy stuff, you will be
> better off writing your stored procedures in PL/SQL, which is a very good
> language for manipulating data, and writing portable, efficient and
> maintainable server-side database code.

And if Python is the requirement, but not Oracle, one can write "stored
procedures" (functions is the name) in Python with PostgreSQL. ;-)

-- 
Jorge Godoy      <godoy at ieee.org>



More information about the Python-list mailing list