Tjek artiklen om entity framework om postgres enums her:https:/ /www.npgsql.org/efcore/mapping/enum.html?tabs=tabid-1
static MyDbContext()
=> NpgsqlConnection.GlobalTypeMapper.MapEnum<Mood>();
For ikke EF-situationer, se oplysningerne her:https://www.npgsql.org/doc /types/enums_and_composites.html