simple-db, relational DB for micropython #18100
ctimmer
started this conversation in
Show and tell
Replies: 1 comment 1 reply
-
Consider submitting your project to Awesome MicroPython for visibility. And to describe how to install it using mip (at least the .py module), to make it easier to use. I would love if we shipped a .mpy file for btree that could be installed at runtime using mip. |
Beta Was this translation helpful? Give feedback.
1 reply
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.
Uh oh!
There was an error while loading. Please reload this page.
-
A few weeks ago I started this discussion about a module I was tinkering with. It is now in a repository if you are interested in taking a look. Discussions are enabled for comment/suggestions.
The 3 modules available are:
These modules are in a working state but are kind of fragile at this point. There is NO documentation but the modules contain lots of examples in the main function.
The big down side is the btree builtin module is required but is not available on all firmware distributions. I used this post to include btree in my pico2w firmware.
Curt
Beta Was this translation helpful? Give feedback.
All reactions