Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/pfalcon/pycopy-btreedb

Very simple ORM for Pycopy's btree module
https://github.com/pfalcon/pycopy-btreedb

micropython orm pycopy

Last synced: 8 days ago
JSON representation

Very simple ORM for Pycopy's btree module

Awesome Lists containing this project

README

        

`btreedb` is a simple ORM-like wrapper for Pycopy's
[btree](https://pycopy.readthedocs.io/en/latest/library/btree.html)
module.

Note that it's recommended to use the `btree` module directly, but if
you want to build an abstraction on top of it, `btreedb` may show an
example of doing that.

For more information, see https://github.com/pfalcon/picoweb .

An example application where this module is used is
https://github.com/pfalcon/notes-pico .