Skip to content

Conversation

@caitinggui
Copy link

@caitingguicaitinggui commented Jan 15, 2018

Let results allow attribute-style access, and I think it can be a bit user-friendly.
data ={"row1": "the first row", "row2": "foo"}
data["row1"] VS data.row1

@methane
Copy link
Member

I don't like it

@methanemethane closed this Jan 15, 2018
@caitinggui
Copy link
Author

But it can be more convenient and without any performance loss.

@methane
Copy link
Member

You can use it even if PyMySQL doesn't provide it.
And why do you think your AttrDict is world best? Is yours better than attrdict on PyPI?

Anyway, I want to focus low-level, performance and stability.
I don't want to add user-friendly parts I maintain.

@github-actionsgithub-actionsbot locked as resolved and limited conversation to collaborators Aug 2, 2021
Sign up for freeto subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@caitinggui@methane