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