Skip to main content

Command Palette

Search for a command to run...

Business logic with PostgreSQL and Python

Updated
1 min read

When you can't use ORM and have to have a rock solid and consistent business logic in database why not using the power of Python as part of database? Using functions and triggers and PostgreSQL magic with plpy.

This is my speech I did in Singapore in 2015 during PyCon.

Here you can find slides that I used.