Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/pfalcon/pycopy-btreedb
- Owner: pfalcon
- Created: 2017-05-13T20:29:04.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-08-18T14:21:42.000Z (about 5 years ago)
- Last Synced: 2024-10-20T02:31:14.812Z (20 days ago)
- Topics: micropython, orm, pycopy
- Language: Python
- Homepage: https://github.com/pfalcon/pycopy
- Size: 6.84 KB
- Stars: 6
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-micropython-lib - micropython-btreedb - Very simple ORM for MicroPython's btree module (Database)
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 .