Redice SQLAlchemy Boost Library. It's based sqlalchemy-wrapper
Project description
Redice SQLAlchemy Boost Library. It’s based sqlalchemy-wrapper.
1. declaring plavin
from palvin import Palvin db = Palvin(uri='sqlite:///:memory:') class ToDo(db.Model): id = db.Column(db.Integer, primary_key=True) ... db.create_all() todos = Todo.query.all()
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
palvin-0.0.4.tar.gz
(4.3 kB
view details)
File details
Details for the file palvin-0.0.4.tar.gz
.
File metadata
- Download URL: palvin-0.0.4.tar.gz
- Upload date:
- Size: 4.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0ed51906f045329976e235859e74538f122a92f0657f07038af1c63e7a087c07 |
|
MD5 | a5a8cf4bbd0db56369d44ab98d3ab914 |
|
BLAKE2b-256 | 3437594b67760ee791357d1d6056a0b0cee458464ea06feaffb4675ae358a2e0 |