Skip to content

Standardize table naming convention to snake_case #93

@bartmichalak

Description

@bartmichalak

Currently, database tables use lowercase naming without separators (e.g., userconnection), which reduces readability. We should migrate to snake_case convention (e.g., user_connection or user_connections) to improve code clarity and align with common Python/SQL standards.

My preference and the standard in frameworks like Django and Ruby on Rails is snake_case with plural form (e.g., user_connections).

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions