MicroPyDatabase
MicroPyDatabase copied to clipboard
A low-memory json-based database for MicroPython
Results
2
MicroPyDatabase issues
Sort by
recently updated
recently updated
newest added
In the examples given `db_table.find_by_column_value("name", "bob"))` causes an error `AttributeError: 'Table' object has no attribute 'find_by_column_value'` I don't have the python skills to fix or suggest a fix - Can...
## Summary - Add package.json file to make this library installable via the MicroPython Package Manager (MIP) - Enables installation with `mip install github:sungkhum/MicroPyDatabase` ## Test plan - Verify that...