Asynchronous Mongo ORM
Project description
🌿MORM
Lightweight asynchronous MongoDB ORM.
Installation
pip install morm-python
Usage
from morm import Database, Model
db = Database(name="db")
@db
class User(Model):
name: str
password: str
await User(name="John Doe", password="zaq123").create()
await User.get(name="John Doe")
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
morm_python-0.1.0.tar.gz
(3.7 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file morm_python-0.1.0.tar.gz.
File metadata
- Download URL: morm_python-0.1.0.tar.gz
- Upload date:
- Size: 3.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/2.1.1 CPython/3.13.2 Linux/6.13.6-arch1-1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4999acd2d10f0f1f49aff9ef7b29901d5b24ec0de1c79e7495d449ce5af08615
|
|
| MD5 |
a90429b239e6a0bc4300a55a8b803353
|
|
| BLAKE2b-256 |
a8dc4087f66e08274cf835b8a739187a369a419f8264430fb589724c18ddcea5
|
File details
Details for the file morm_python-0.1.0-py3-none-any.whl.
File metadata
- Download URL: morm_python-0.1.0-py3-none-any.whl
- Upload date:
- Size: 4.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/2.1.1 CPython/3.13.2 Linux/6.13.6-arch1-1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9044cea52294b70f290f82dcf0d5daae7f0de33c3b46986412737fc9e13f1363
|
|
| MD5 |
a92dd4c9dedc5e2c8385b69000df71b4
|
|
| BLAKE2b-256 |
b6899b78a8362fe90fd6fc252e69f0deb36118e1da3c5a1a166fea7a00e26d08
|