thingy icon indicating copy to clipboard operation
thingy copied to clipboard

Dictionaries as objects, that can have different dictionary views!

Results 2 thingy issues
Sort by recently updated
recently updated
newest added

It would be great to have a documentation on how DatabaseThingy's subclasses should be implemented. All the `get_database`/`get_table_name` stuff is hard to get at first.

enhancement
help wanted
documentation

Being able to do something like this would be great: ```python thingy.view(exclude="foo") ``` That would allow to use the view system for one shots, without having to declare a "reusable"...

enhancement
help wanted