Fork of https://github.com/leonibr/efcore-snakecase. Extension Method to SnakeCase all EFCore v3.x database structures (tables, relations, schemas, etc.) so your entity 'PersonLog' will become a table 'person_log' and so on. The significant difference in this fork is how parts of an identifier in all caps are treated. This fork: 'UPCCode' -> 'upc_code'. Original project: 'UPCCode' -> 'upccode'. This will STILL help your fellow DBA smile.
$ dotnet add package ComputerInsights.EFCorev3.0.SnakeCaseNo README available.