Skip to content

Latest commit

History

6 Commits

Folders and files

NameName
Last commit message
Last commit date

Repository files navigation

nsql

Stream data directly from sql instead of waiting for buffering.
All output is JSON formatted.

Stream data into sql table.
Input should be newline delimited JSON.

Installation

 npm install -g node-sql-stream # Client of choice (mysql, pg) # pg-query-stream needed for pg 
npm install -g [client]

Usage

 nsql client://user:password@host:port/db 'select * from test;'> data <data nsql client://user:password@host:port/db/table

About

Node package for streaming sql data out in shell

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages