SQLAlchemy CRUD.
Project description
sacrud
sacrud - CRUD interface for SQLAlchemy.
SACRUD will solve your problem of CRUD interface for SQLAlchemy, by providing extension for Pyramid (yet) or use it in pure form. Unlike classical CRUD interface, pyramid_sacrud allows override and flexibly customize interface. (that is closer to django.contrib.admin)
Look how easy it is to use:
from .models import Groups
from sacrud.action import CRUD
data = {'name': 'Electronics',
'parent_id': '10',}
group_obj = CRUD(DBSession, Groups, request=data).add()
print group_obj.id
Installation
Install from github:
pip install git+http://github.com/ITCase/sacrud.git
current develop version
pip install git+http://github.com/ITCase/sacrud.git@develop
PyPi:
pip install sacrud
Source:
python setup.py install
Contribute
Issue Tracker: http://github.com/ITCase/sacrud/issues
Source Code: http://github.com/ITCase/sacrud
Support
If you are having issues, please let me know. I have a mailing list located at: sacrud@uralbash.ru
License
The project is licensed under the MIT license.
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
File details
Details for the file sacrud-0.1.7.tar.gz
.
File metadata
- Download URL: sacrud-0.1.7.tar.gz
- Upload date:
- Size: 10.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 74a8bd7a78ee306c81b0fd67f9a1408bc609f4ded18f9a037428b7d99d22269c |
|
MD5 | a9ca00ee981e9f070be9f170ce370d15 |
|
BLAKE2b-256 | b7e20e0aa5d784336e4d1a367be0b60e0f77e048b594b1f440447fd828c193b8 |