Database log reader

Setup

Install the dependencies

npm install

Create a .env file with yor database config

cp .env.example .env
vim .env // or whatever editor you prefer

Running

On linux/OSX

./dblog-reader

# or using a file as input
./dblog-reader < ./examples/input.txt

On windows

node ./src/index.js