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.1.tar.gz
(3.8 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.1.tar.gz.
File metadata
- Download URL: morm_python-0.1.1.tar.gz
- Upload date:
- Size: 3.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/2.1.2 CPython/3.13.3 Linux/6.13.6-arch1-1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c73e0c9fa77542c001793a5b6396671176eec419af5c89c75ee6e8052b3b9d19
|
|
| MD5 |
16b7b03f8ee3c719856fd2d4b69363a5
|
|
| BLAKE2b-256 |
da7001e69ecb0fd2ee7d33d45a36e456e6de01e0b598b707a525d8b9f71c2abc
|
File details
Details for the file morm_python-0.1.1-py3-none-any.whl.
File metadata
- Download URL: morm_python-0.1.1-py3-none-any.whl
- Upload date:
- Size: 4.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/2.1.2 CPython/3.13.3 Linux/6.13.6-arch1-1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8df55aade0a883a40fd04ada4fe36c4c3ca86ae28a47814e2f636d27cdc15caa
|
|
| MD5 |
9d94b682c6d4fa311e9d6ef9453464e9
|
|
| BLAKE2b-256 |
f13c980dd53a7de70af8a8fe2495776286b4dc5df9b23f273ab8b9f421d2e57b
|