-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Documentation #1
Comments
Thanks for the feedback.
As hopefully clear from the project name and description, micropython-filedb is a (dumb simple) database, not a config file management system or something.
Right, it would be nice if someone hired a doc writer to document all things MicroPython...
You can either wait for the above, or do what any other programmer does: http://wiki.c2.com/?UseTheSourceLuke |
Thanks for your reply. I'm a bit of a beginner to this whole thing, so looking at the code and figuring it out isn't easy. I've spent some time looking through your code, but just can't figure out how to create the DB and add items etc. A little pointer to just creating the DB file and adding a simple item would be appreciated. Once I have that figured out I'd be happy to contribute some simply documentation. |
Well, but that's why the README here links to https://github.com/pfalcon/picoweb, which in turn links to https://github.com/pfalcon/notes-pico, which has a usage example. Yeah, perhaps it all can be made more direct and explicit, I'll work on that.
Thanks, but I'd recommend to start with reading. If in doubt, read everything ;-). |
Ok, README updated: https://github.com/pfalcon/micropython-filedb/blob/master/README.md |
Thanks, much appreciated! I'll make sure I read as much as possible and figure this out. |
Hello,
I'm looking for a simple way to create json config files and update them from the code.
It'd be helpful if your README has some info in it for getting started with this module... it looks cool, I just don't know where to start.
Thanks!
The text was updated successfully, but these errors were encountered: