Replies: 1 comment 2 replies
-
|
See documentation:
This returns a single document wich behaves just like a dictionary. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm new to python and TinyDB and cannot find the answer to this anywhere which tells me I'm overlooking something really simple.
With the following code:
Output: [{'type': 'sample_times', 'times:': 60}]
How do I get a single field? In this case, I need to end up with an integer of 60.
I'm looking for something like the following:
Beta Was this translation helpful? Give feedback.
All reactions