Log in or register to vote.

pg_slythe

Remote Python console for PostgreSQL

Slythe is a project providing a Python command-like interface to a PostgreSQL
backend. It provides a means to transparently execute Python code directly
within the backend.

The interface is very much like the 'python' command provided with the Python
distribution, but requires some extra arguments in order to connect to the
appropriate backend. The required arguments are the same as those that standard
PostgreSQL client applications take in order to address the database.

0