20#ifndef ORES_CONNECTIONS_REPOSITORY_TAG_ENTITY_HPP
21#define ORES_CONNECTIONS_REPOSITORY_TAG_ENTITY_HPP
24#include <sqlgen/sqlite.hpp>
26namespace ores::connections::repository {
32 constexpr static const char* tablename =
"tags";
34 sqlgen::PrimaryKey<std::string> id;
SQLite entity for tag storage.
Definition tag_entity.hpp:31