JSQL backend plugin for Django app
Project description
jsql-django
A JSQL Django plugin for executing hashed queries
Getting Started
Install JSQL Django plugin
pip install jsql-django
Include JSQL Django plugin views to your urls.py
file
Import views
from jsql.view import SelectView, InsertView, UpdateView, DeleteView
Describe urls
url('select', SelectView.as_view()), url('insert', InsertView.as_view()), url('update', UpdateView.as_view()), url('delete', DeleteView.as_view()),
Include ApiKey and MemberKey in your settings.py
file
API_KEY = 'your_api_key' MEMBER_KEY = 'your_member_key'
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Filename, size & hash SHA256 hash help | File type | Python version | Upload date |
---|---|---|---|
jsql-django-1.1.0.tar.gz (3.6 kB) Copy SHA256 hash SHA256 | Source | None |