# Executor.hpp

This File On Github
Ask A Question

API: latest
module: oatpp-postgresql
#include "oatpp-postgresql/Executor.hpp"

# Executor

Implementation of oatpp::orm::Executor. for PostgreSQL.

namespace oatpp { namespace postgresql { 
  class Executor : public orm::Executor {}
}}