Skip to content

Data mapping/object #1

Description

@nka11

In python, object['a'] is not equivalent to object.a. I used that trick to say :

Okay, when I invoke object.a, this property remains to the class, and when i invoke object['a'], i have access to the underlying CouchDB Document.

Have to design some way to access db Document data.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions