I think you can write a trigger in your DB  for all tables and actions you
want to analyze .. and your triggers you can put the changes in some log
tables.

Using sqlalchemy you can put this changes inside your db functions.

My best regards,
Ivan
El 15/7/2015 21:37, "Balaji Pattewar" <balaji.patte...@gmail.com> escribió:

> Hi All,
>
> Can any body help me how Sqlalchemy can be used to identify changes in
> database?
> I mean how to identify that some rows got delete or added after particular
> time.?
>
> Thanks
> Balaji
>
>  --
> You received this message because you are subscribed to the Google Groups
> "sqlalchemy" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to sqlalchemy+unsubscr...@googlegroups.com.
> To post to this group, send email to sqlalchemy@googlegroups.com.
> Visit this group at http://groups.google.com/group/sqlalchemy.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups 
"sqlalchemy" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sqlalchemy+unsubscr...@googlegroups.com.
To post to this group, send email to sqlalchemy@googlegroups.com.
Visit this group at http://groups.google.com/group/sqlalchemy.
For more options, visit https://groups.google.com/d/optout.

Reply via email to