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.String()
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.1b2.tar.gz
(20.5 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.1b2-py3-none-any.whl
(28.9 kB
view details)
File details
Details for the file aerie-0.0.1b2.tar.gz.
File metadata
- Download URL: aerie-0.0.1b2.tar.gz
- Upload date:
- Size: 20.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.0.4 CPython/3.7.5 Linux/5.5.6-arch1-1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
35a5cfb9acaa1ac4725afa3fc49fd85b29bcea515bcabaf8471fb5d461fcdb28
|
|
| MD5 |
857e5e5c0b38d5140f6ae4e2529dea5f
|
|
| BLAKE2b-256 |
d78eb0c9318e1b96f5ccc20a6c4fcee54600bb92f8fa84bcc68470af17f76e74
|
File details
Details for the file aerie-0.0.1b2-py3-none-any.whl.
File metadata
- Download URL: aerie-0.0.1b2-py3-none-any.whl
- Upload date:
- Size: 28.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.0.4 CPython/3.7.5 Linux/5.5.6-arch1-1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ffc0c7d42225cd0ba3e9452e9f485bba73dc38b602c530ba127b2e1de3b648c4
|
|
| MD5 |
35558fc980d5ed9dd9990b7768b81c26
|
|
| BLAKE2b-256 |
d75fe7fdeda9df20939b129c563e9a8efdb0f2cc9e51b03ee891cbb7bb532c4a
|