static iroha::expected::Result< void, std::string > createTable(soci::session &sql, const std::string &table)
Definition: postgres_block_storage_factory.cpp:34
PostgresBlockStorageFactory(std::shared_ptr< PoolWrapper > pool_wrapper, std::shared_ptr< shared_model::proto::ProtoBlockFactory > block_factory, std::function< std::string()> table_name_provider, logger::LoggerPtr log)
Definition: postgres_block_storage_factory.cpp:13
Definition: postgres_block_storage_factory.hpp:16
iroha::expected::Result< std::unique_ptr< BlockStorage >, std::string > create() override
Definition: postgres_block_storage_factory.cpp:24