Store an sqlite database in object storage
Project description
Django Sqlite Object Storage
Store sqlite database in an object storage service (eg. S3)
Usage
Install the app in settings.py
DATABASES = {
"default": {
"ENGINE": "django_sqlite_object_storage",
"NAME": Path("/tmp", "db.sqlite3"),
"SQLITE_OBJECT_STORAGE_BUCKET_NAME": "bucketname",
"SQLITE_OBJECT_STORAGE_ACCESS_KEY_ID": "key",
"SQLITE_OBJECT_STORAGE_ACCESS_SECRET": "secret",
"SQLITE_OBJECT_STORAGE_ENDPOINT_URL": "http://localhost:9000", # Optional
}
}
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
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 django_sqlite_object_storage-0.1.2.tar.gz.
File metadata
- Download URL: django_sqlite_object_storage-0.1.2.tar.gz
- Upload date:
- Size: 21.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.9.19
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a0c53314452964b75be5a1698d268e718d7156691b2e32fc37f2755dcfedbc3e
|
|
| MD5 |
f67a5ea89f714ca467fda220c1a84754
|
|
| BLAKE2b-256 |
c239268a4bec1198c299102ec6ef9ee70996f9122b8dd0aefbb1a4ab8b382a3e
|
File details
Details for the file django_sqlite_object_storage-0.1.2-py3-none-any.whl.
File metadata
- Download URL: django_sqlite_object_storage-0.1.2-py3-none-any.whl
- Upload date:
- Size: 4.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.9.19
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
845b390b26d176d79361db03bd7e01372316414764d6c8c9849f510dbebdd911
|
|
| MD5 |
a7cca298bbedb6bb03c90ac0d3fa2f94
|
|
| BLAKE2b-256 |
496d685fb54658be7220e31ae4546005a765c152ffc5175a0ab027bb26292dd0
|