An object mapper for async python.
Project description
An object mapper for async python.
Installation
pip install aerie
Usage
from aerie import Connection, Store, Schema, fields
connection = Connection('postgresql://user:pass@localhost/db_name')
store = Store(connection)
class User(Schema):
id = fields.IntegerField()
name = fields.StringField()
rows = await store.raw('select * from users').to(User)
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
aerie-0.0.1b1.tar.gz
(13.4 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
aerie-0.0.1b1-py3-none-any.whl
(15.5 kB
view details)
File details
Details for the file aerie-0.0.1b1.tar.gz.
File metadata
- Download URL: aerie-0.0.1b1.tar.gz
- Upload date:
- Size: 13.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.0.0 CPython/3.7.5 Linux/5.5.3-arch1-1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
313dc235c4a183e708efaa42fa6b0fcb93348e3d6cbe4764bd98611f9e9fe9a4
|
|
| MD5 |
fd753c6971f5b56caf83280272683466
|
|
| BLAKE2b-256 |
4e45bce3d6df3460760bd3ae94c1f6f6f122a5a2174e082cc833c3fd595ba1ab
|
File details
Details for the file aerie-0.0.1b1-py3-none-any.whl.
File metadata
- Download URL: aerie-0.0.1b1-py3-none-any.whl
- Upload date:
- Size: 15.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.0.0 CPython/3.7.5 Linux/5.5.3-arch1-1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0d0314a0732494e4cff00a8e161328e0ce7d55760cd60b9458c70da8c2b2d7eb
|
|
| MD5 |
50085e2712002bf5ae521db8e4ac3376
|
|
| BLAKE2b-256 |
0155bac905fc248d989eef942f1cfaf19b06f8acb0a54d5fa3e609bfa25e736e
|