SQLAlchemy CRUD.
Project description
sacrud will solve your problem of CRUD interface for SQLAlchemy, by providing extension for Pyramid or use it in pure form.
Look how easy it is to use with Pyramid:
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'] = {'Group1': [Model1, Model2], '': [Model3]}
go to http://localhost:6543/sacrud/
Features
Be awesome
Read table rows
Create and update row
Delete row
Use sortable table with position field
Upload file with FileField
Union rows (testing)
Custom style
Installation
Install from github:
pip install git+http://github.com/uralbash/sacrud.git
PyPi:
pip install sacrud
Source:
python setup.py install
Contribute
Issue Tracker: http://github.com/uralbash/sacrud/issues
Source Code: http://github.com/uralbash/sacrud
Docs: http://sacrud.readthedocs.org (in process)
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 BSD 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.2.tar.gz
.
File metadata
- Download URL: sacrud-0.1.2.tar.gz
- Upload date:
- Size: 60.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | be1d7dc5f32990e064fb5765a930021698372b6392d4a066909f2528821127e3 |
|
MD5 | dcf4d0283c06a2a026f9619d00b3dd17 |
|
BLAKE2b-256 | 0283f51c5c8255f9307eae5b12cb1a28e2277bd313c94bb31cb2154f79cc3f20 |