Skip to content

umar-muneer/table-watcher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

table-watcher

watch tables in a database for insertion, deletion and updates and truncation.

How it works?

provide a database and watch table name to the module. after every operation, an entry will be added to the watch table with a timestamp.This table can be queried to see which tables were modified. The watch table has to be created before being passed to the module and must contain the following columns

  1. table_name (text)
  2. timestamp (int)
  3. operation (text)

About

watch tables in a database for insertion, deletion and updates

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published