Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 240 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 240 Bytes

SQL client

A SQL database client to run a query

Usage

pen build
./app query postgresql://localhost:5432/database 'SELECT * FROM foo;'
./app execute postgresql://localhost:5432/database "INSERT INTO foo VALUES (1, 'bar');"