#ifndef QUERY_PARAMETER_BINDER_HPP
#define QUERY_PARAMETER_BINDER_HPP
#include "matador/utils/attribute_writer.hpp"
namespace matador::sql {
using parameter_binder = utils::attribute_writer;
}
#endif //QUERY_PARAMETER_BINDER_HPP