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.
Source Distribution
jsql-django-1.1.0.tar.gz
(3.6 kB
view details)
File details
Details for the file jsql-django-1.1.0.tar.gz.
File metadata
- Download URL: jsql-django-1.1.0.tar.gz
- Upload date:
- Size: 3.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.21.0 setuptools/39.0.1 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/3.7.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3e6f981fdf7be457e8e3940fe8ebaad53b54d951c1b052d960206bf5bc01b786
|
|
| MD5 |
7cbe6bd26bf5cc4cdeef9020c5375cb6
|
|
| BLAKE2b-256 |
fce033261da8c22fcaa748aba11cbae61d0b11afedfa2694513a795d7f309f97
|