From 99f91105277b6d86a406a7a8aa92613f415f277c Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Sat, 29 Apr 2017 18:32:46 +0200 Subject: Add `DBShell::PostgresClient` stub Make an empty container to pass the basic tests. --- lib/dbshell/postgres_client.rb | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 lib/dbshell/postgres_client.rb (limited to 'lib/dbshell') diff --git a/lib/dbshell/postgres_client.rb b/lib/dbshell/postgres_client.rb new file mode 100644 index 0000000..a22ccf7 --- /dev/null +++ b/lib/dbshell/postgres_client.rb @@ -0,0 +1,4 @@ +class DBShell::PostgresClient + def self.build_command(db_info) + end +end -- cgit v1.2.3