@@ -8,18 +8,23 @@ module Blazer
end
def run_statement(statement, comment)
+ # the one required method
def tables
+ [] # optional, but nice to have
def reconnect
+ # optional
def cost(statement)
def explain(statement)