Skip to main content

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

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


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.1.tar.gz (61.1 kB view details)

Uploaded Source

File details

Details for the file sacrud-0.1.1.tar.gz.

File metadata

  • Download URL: sacrud-0.1.1.tar.gz
  • Upload date:
  • Size: 61.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for sacrud-0.1.1.tar.gz
Algorithm Hash digest
SHA256 fb9ed711e6c1b1ceadfdc5daad02885f591eb467f4bf6619d95dd27cd76419f7
MD5 0ea968ce37dfd5edc2365706fd5d487d
BLAKE2b-256 90ff254d3939e79c93ee30da1a6f2d9b2df4aa5605ff32cf7219ef9413651a29

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page