Skip to content

Latest commit

 

History

History

sql-client

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

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');"