20#ifndef ORES_CONNECTIONS_REPOSITORY_ENVIRONMENT_TAG_ENTITY_HPP
21#define ORES_CONNECTIONS_REPOSITORY_ENVIRONMENT_TAG_ENTITY_HPP
24#include <sqlgen/sqlite.hpp>
26namespace ores::connections::repository {
32 constexpr static const char* tablename =
"environment_tags";
34 std::string environment_id;
SQLite entity for environment-tag associations.
Definition environment_tag_entity.hpp:31