Skip to content

python-postgres/be

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pg-python is a PostgreSQL procedural language extension embedding Python 3.

If the environment is configured to meet pg-python's expectations, the following
should work::

 ./configure
 make
 sudo make install
 psql -f src/install.sql

It assumes the *target* `pg_config` and `python3` executables are in $PATH.

See src/documentation/admin.txt for detailed instructions on
compilation and database installation.

About

pg-python: Execute Python 3 code from PostgreSQL functions.

Resources

License

Stars

Watchers

Forks

Languages