Found 29 packages
Extension Method to SnakeCase all EFCore v3.0 database structures(tables,relations,schemas,etc) so your entity 'PersonLog' will become a table 'person_log' and so on. This will help your fellow DBA smile.
Extension Method to SnakeCase all EFCore v6.0 database structures(tables,relations,schemas,etc) so your entity 'PersonLog' will become a table 'person_log' and so on. This will help your fellow DBA smile.
Json Serializer that converts property names to snake_case in the response
Extension Method to SnakeCase all EFCore v6.0 database structures(tables,relations,schemas,etc) so your entity 'PersonLog' will become a table 'person_log' and so on. This will help your fellow DBA smile.
Extension Method to SnakeCase all EFCore database structures(tables,relations,schemas,etc) so your entity 'PersonLog' will become a table 'person_log' and so on. This will help your fellow DBA smile.
Quick snakecase json serialization .net core library
Snake case naming policy for System.Text.Json
Lodash.Snakecase binding library for Bridge.NET projects.
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.
Json Serializer that converts property names to snake_case in the response. WARNING: This is the PCL version of the library and will be removed in future releases. Please, consider using the .net standard version for new projects.
Json Serializer that converts property names to snake_case in the response
Provides various extensions to perform transformations on text
Pre-configured DbContext which automatically converts your tables and columns to snake case (PostgreSQL default syntax)
Fork of https://github.com/leonibr/efcore-snakecase. Extension Method to SnakeCase all EFCore v6.0 database structures(tables,relations,schemas,etc) so your entity 'PersonLog' will become a table 'person_log' and so on. This will help your fellow DBA smile. This fork specifically addresses the case where PersonLOGFile should become person_log_file rather than the original outcome of person_logfile
Provides snake_case & kebab-case property name serialization. Tiny and high-performance library based on System.Text.Json.
Package Description
A Library for EntityFrameworkCore to support automatically recording data changes history (audit logging), soft-delete, and Snakecase naming convention functionality.
String case formatting extensions for System.Text.Json
PostgreSQL integration for NuvTools.Data.EntityFrameworkCore with simplified DbContext registration, configuration from appsettings.json, and snake_case naming convention support.
Nomus is a library that allows you to detect the type of writing and convert it according to the convention you need (camelCase, PascalCase, snake_case, etc.).