aboutsummaryrefslogtreecommitdiffstats
path: root/lib/dbshell/postgres_client.rb
AgeCommit message (Collapse)Author
2017-04-29DBShell::PostgresClient: Add `.runshell()`Teddy Wing
Add a method to execute the `psql` command.
2017-04-29PostgresClient: Basic implementation of #build_commandTeddy Wing
Correctly builds the required arguments. Doesn't handle passwords at all.
2017-04-29Add `DBShell::PostgresClient` stubTeddy Wing
Make an empty container to pass the basic tests.