Skip to content
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

Closed
gentleadam opened this issue Feb 18, 2019 · 5 comments
Closed

Documentation #1

gentleadam opened this issue Feb 18, 2019 · 5 comments

Comments

@gentleadam
Copy link

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!

@pfalcon
Copy link
Owner

pfalcon commented Feb 19, 2019

Thanks for the feedback.

I'm looking for a simple way to create json config files and update them from the code.

As hopefully clear from the project name and description, micropython-filedb is a (dumb simple) database, not a config file management system or something.

It'd be helpful if your README has some info in it for getting started with this module...

Right, it would be nice if someone hired a doc writer to document all things MicroPython...

it looks cool, I just don't know where to start.

You can either wait for the above, or do what any other programmer does: http://wiki.c2.com/?UseTheSourceLuke

@pfalcon pfalcon closed this as completed Feb 19, 2019
@gentleadam
Copy link
Author

Thanks for the feedback.

I'm looking for a simple way to create json config files and update them from the code.

As hopefully clear from the project name and description, micropython-filedb is a (dumb simple) database, not a config file management system or something.

It'd be helpful if your README has some info in it for getting started with this module...

Right, it would be nice if someone hired a doc writer to document all things MicroPython...

it looks cool, I just don't know where to start.

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.

@pfalcon
Copy link
Owner

pfalcon commented Feb 22, 2019

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.

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.

Once I have that figured out I'd be happy to contribute some simply documentation.

Thanks, but I'd recommend to start with reading. If in doubt, read everything ;-).

@pfalcon
Copy link
Owner

pfalcon commented Feb 22, 2019

@gentleadam
Copy link
Author

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.

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.

Once I have that figured out I'd be happy to contribute some simply documentation.

Thanks, but I'd recommend to start with reading. If in doubt, read everything ;-).

Thanks, much appreciated! I'll make sure I read as much as possible and figure this out.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants