SQLAlchemy CRUD.
Project description
CRUD interface for SQLAlchemy with Pyramid gateway. DOCS WITH NEXT RELEASE!
INSTALL
PyPi
pip install sacrud
Source
python setup.py install
USAGE
Add to your project config:
# pyramid_jinja2 configuration config.include(‘pyramid_jinja2’) config.add_jinja2_search_path(“myprojectname:templates”)
from .models import (Model1, Model2, Model3,) # add sacrud and project models config.include(‘sacrud.pyramid_ext’) settings = config.registry.settings settings[‘sacrud_models’] = (Model1, Model2, Model3)
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
sacrud-0.1.0.tar.gz
(61.2 kB
view details)
File details
Details for the file sacrud-0.1.0.tar.gz
.
File metadata
- Download URL: sacrud-0.1.0.tar.gz
- Upload date:
- Size: 61.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 27b38959bd21981614d13b0197f3b022cc915e43843f5874745fea215e7580e8 |
|
MD5 | 2ad1228d458f044a7ad600fb6c811c0e |
|
BLAKE2b-256 | 33275c55227e6dc85091dcc029eb3207db20d4aecbb9ec9ad2c595f166e00dc5 |