Skip to main content

Very lightweight, memory-efficient (uses generator protocol), dependency-free anti-ORM (Object-Relational Mapper) for MicroPython. Using this module, one can simplify typical database access operations, without trading well-known SQL for an obscure and inefficient ORM pseudo-language.

Project description

uorm is very lightweight “Anti-ORM” style ORM (Object-Relational Mapper) for MicroPython (https://github.com/micropython/micropython).

uorm doesn’t try to define obscure API to conceal SQL from a programmer, it’s sole purpose is to provide very thin “model” abstraction just to keep code organized, and automate the most repeative, trivial SQL queries. More complex queries, you will write in full SQL as usual, so you will know what exactly is executed, will be able to easily optimize it, etc.

See examples/ directory for usage examples.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

uorm-0.2.tar.gz (2.0 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page