Skip to content

camelCase Row names become snake_case  #92

@maksp-glitch

Description

@maksp-glitch

I just started using the Pocketbase Python SDK for a machine learning tool i wanna build.

The Python SDK returns me an Record Model which i convert with vars(search_requests_record) to a dict. Then i stumbled upon the fact, that the python SDK gives me all my camelCase row names in snake_case back.

This is a real issue since all my pd.DataFrame checks have been written to fit the selected row names. Now i need to redo everything.

How come it converts to snake_case?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions