4

Does SQLAlchemy support Query Notifications of SQL Server? If not, what is the closest one could get?

I can imagine I could probably get SQLAlchemy directly submit Trasact SQL queries to set up the query notifications, but is there any more generic way?

In the end what I want is to be informed of any changes to the database that affects my query. This is for a FLASK web server that should then in turn push the updates to the clients showing some calculated information.

Mahdi
  • 1,778
  • 1
  • 21
  • 35
  • 3
    Have you considered the use of events ([core](http://docs.sqlalchemy.org/en/latest/core/event.html) or [ORM](http://docs.sqlalchemy.org/en/latest/orm/events.html)) ? – Iron Fist Jul 07 '16 at 14:58

0 Answers0