koheisg / outsert

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

outsert

A tool for converting SQL result sets into INSERT statements.

Example

$ psql -c 'select * from users' | outsert
$ DATABASE_URL=postgres://user@localhost:5432/db outsert 'select * from users'

About


Languages

Language:Go 75.8%Language:Makefile 24.2%