A simple educational Python Mini ORM
Project description
Eldar Mini ORM
Sadə və öyrədici Python ORM kitabxanası.
Quraşdırma
pip install eldar-mini-orm
İstifadə
from eldar_mini_orm import Model
class User(Model):
table_name = "users"
name: str
email: str
User.create_table()
u = User()
u.name = "Eldar"
u.email = "eldar@mail.com"
u.save()
print(User.all())
print(User.filter(name="Eldar"))
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
eldar_mini_orm-1.0.0.tar.gz
(1.3 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 eldar_mini_orm-1.0.0.tar.gz.
File metadata
- Download URL: eldar_mini_orm-1.0.0.tar.gz
- Upload date:
- Size: 1.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c7cc066f5757093293f63ba204f973bfeb9ea4371a3955212407c3f1c588a45d
|
|
| MD5 |
2befec887dff3d807ec9dec9922b123c
|
|
| BLAKE2b-256 |
8be90fdd3267f23434d44e04bda709debe815c03a3b940ed5730a2334eb36da3
|
File details
Details for the file eldar_mini_orm-1.0.0-py3-none-any.whl.
File metadata
- Download URL: eldar_mini_orm-1.0.0-py3-none-any.whl
- Upload date:
- Size: 1.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f0c0d55f1d638d6a01da4d2abc0724ea4618e82f7cdc0833d08ccfd43f175f4e
|
|
| MD5 |
0edc9dec498ecb37ccfa496dcfa76dbc
|
|
| BLAKE2b-256 |
21991250a25cde3ed3810df9e520a84b13c3d9539f73db213044cd5dd05c51da
|