17 packages tagged with “SnakeCase”
Snake case naming policy for System.Text.Json
Provides various extensions to perform transformations on text
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.
Quick snakecase json serialization .net core library
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.
Provides snake_case & kebab-case property name serialization. Tiny and high-performance library based on System.Text.Json.
Package Description
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.
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.
A Library for EntityFrameworkCore to support automatically recording data changes history (audit logging), soft-delete, and Snakecase naming convention functionality.
Naming convention support for Mapsicle. Adds PascalCase, camelCase, snake_case, and kebab-case automatic property matching.
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.).
Flexible text transformation library for converting between different cases and structures.
Smart text handling library with string formatting and string statistics features.
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