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": "bucektname",
"SQLITE_OBJECT_STORAGE_ACCESS_KEY_ID": "key",
"SQLITE_OBJECT_STORAGE_ACCESS_SECRET": "secret",
}
}
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
File details
Details for the file django_sqlite_object_storage-0.1.0.tar.gz
.
File metadata
- Download URL: django_sqlite_object_storage-0.1.0.tar.gz
- Upload date:
- Size: 3.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.2 CPython/3.9.19 Linux/6.6.22-linuxkit
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5523e66004288ac32216d4874c805903f34b349d494328b17183eb5b5e8df3f4 |
|
MD5 | 06b6fb24783825aa744a980af0dd42c3 |
|
BLAKE2b-256 | 09eba38e8292e3039bd3418155da0d19aa315997ba3490f54e743efaf63c54d0 |
File details
Details for the file django_sqlite_object_storage-0.1.0-py3-none-any.whl
.
File metadata
- Download URL: django_sqlite_object_storage-0.1.0-py3-none-any.whl
- Upload date:
- Size: 4.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.2 CPython/3.9.19 Linux/6.6.22-linuxkit
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 617d1338c6addac50fa5c685ed7ee4657b1271b29520920d9d1bf3e28456da54 |
|
MD5 | d6c4c02bfd780bbf8bc1bd09341889a6 |
|
BLAKE2b-256 | d88eeea975288a97af1ad645e467c1632c67e8bfea7a64cd6196121fb9007476 |