1.1.15 • Published 6 years ago

table-watcher v1.1.15

Weekly downloads
210
License
ISC
Repository
github
Last release
6 years ago

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)
1.1.15

6 years ago

1.1.14

6 years ago

1.1.13

6 years ago

1.1.12

6 years ago

1.1.11

6 years ago

1.1.10

6 years ago

1.1.9

6 years ago

1.1.8

6 years ago

1.1.7

6 years ago

1.1.6

6 years ago

1.1.5

6 years ago

1.1.4

6 years ago

1.1.3

6 years ago

1.1.2

6 years ago

1.1.1

6 years ago

1.1.0

6 years ago

1.0.0

6 years ago