abq

Append data to a file in query.


Keywords
append, file, stream, log
License
MIT
Install
npm install abq@0.1.10

Documentation

node-abq Build Status

A(ppend) B(uffer) (in) Q(uery)

Append data to a file in query.

Install

npm i abq --save

Usage

var abq = require('abq')({file:'/var/log/w.log'});
abq('msg1');
abq(new Buffer('msg2'));