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.2.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.2.tar.gz.
File metadata
- Download URL: morm_python-0.1.2.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 |
0cffcedd13563b56c3a42bebc6a42effb30b60ac4e6387f68c0ab504895d2d26
|
|
| MD5 |
2b02d7dbe4d1f9ba1cdbe59233b9d405
|
|
| BLAKE2b-256 |
4396140a3193ed457101527ffdcea9c54e804ed4435671cfa65a9f75241428a8
|
File details
Details for the file morm_python-0.1.2-py3-none-any.whl.
File metadata
- Download URL: morm_python-0.1.2-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 |
ea1df59880d94e72ba652bb0f1ba0faaa18409f3b480c5dabb4c9c2f326f4994
|
|
| MD5 |
e6c69d56fd11f7c60d15975d2290dd8e
|
|
| BLAKE2b-256 |
98984518fa7bb5f9b944fa0072d7ef84af8a84bf81750dac5806ecacb911469c
|