StitchDB database backend for Django
Project description
StitchDB for Django
Install
pip install stitchdb
Configure
In settings.py:
DATABASES = {
'default': {
'ENGINE': 'stitchdb_django',
'URL': os.environ.get('STITCHDB_URL', 'https://db.stitchdb.com'),
'API_KEY': os.environ.get('STITCHDB_API_KEY', ''),
}
}
No other setup needed. Run python manage.py migrate and use Django ORM as usual.
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
stitchdb-1.0.0.tar.gz
(3.6 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file stitchdb-1.0.0.tar.gz.
File metadata
- Download URL: stitchdb-1.0.0.tar.gz
- Upload date:
- Size: 3.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9e8f14f36b46a5d4717ac44e85f70fc0ebba2a9d6c8009dd537d7bdaf70f9b61
|
|
| MD5 |
4b02c03b33b841079309e9a74c494774
|
|
| BLAKE2b-256 |
0096225455853da39f99d60218fc7619ca9f0aea46d683138bbab481378da0fb
|
File details
Details for the file stitchdb-1.0.0-py3-none-any.whl.
File metadata
- Download URL: stitchdb-1.0.0-py3-none-any.whl
- Upload date:
- Size: 5.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
74576867e6d9a50840a5f2929d03fc0a0e12d46f4f46cce5fd8942006ad6f304
|
|
| MD5 |
140a6b703207081eb8cae824b6521f09
|
|
| BLAKE2b-256 |
9078878f32a39d6cb7ec1fde9b8f02a4cde0e0b0bba41f9aa09e602aeb604c62
|