module RESTng.Database.SQL ( module RESTng.Database.SQL.Sql, ppSqlCommand ) where import RESTng.Database.SQL.Sql import RESTng.Database.SQL.Print (ppSqlCommand) -- for debugging instance Show SqlCommand where show cmd = fst $ ppSqlCommand cmd