Cannot query MicroPyDatabase #10600
JohnnyPicnic
started this conversation in
General
Replies: 1 comment
-
Well, seems I've solved my issue. I deleted the database and started over and now it works... |
Beta Was this translation helpful? Give feedback.
0 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.
-
Hello, I've created a MicroPyDatabase on a Pi PicoW and can't seem to query a table I created.
I can query the a table with columns "Name", "Password"
result = db_table.query({"Name" : "bob"})
printed result:
{'name': 'bob', 'password': 'coolpassword'}
But my new table is writing fine and I can download and view the file but I can get a printed result.
printed result:
None
data11_20.txt
data1_101.txt
Beta Was this translation helpful? Give feedback.
All reactions