utils: Add an enum_to_string util function
In order to avoid sprinkling 2+ lines std::to_string invocations each time we need to convert an enum value to a string in a SQL request
Edited by Hugo Beauzée-Luyssen
In order to avoid sprinkling 2+ lines std::to_string invocations each time we need to convert an enum value to a string in a SQL request
VideoLAN code repository instance