Skip to content

addisonp/twisted_postgresql_notify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

twisted_postgresql_notify

twisted implementation on postgresql notification

requirements
  twisted
  psycopg2
  python 2.7.x
  
  postgresql
    have a trigger that executes a notification (see source code below)
    
begin
execute 'notify ' || new.name || ',''' || new.id || '|' || new.param || '''';
return NULL;
end

About

twisted implementation on postgresql notification

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages