Skip to main content

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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

django_sqlite_object_storage-0.1.0.tar.gz (3.3 kB view details)

Uploaded Source

Built Distribution

File details

Details for the file django_sqlite_object_storage-0.1.0.tar.gz.

File metadata

File hashes

Hashes for django_sqlite_object_storage-0.1.0.tar.gz
Algorithm Hash digest
SHA256 5523e66004288ac32216d4874c805903f34b349d494328b17183eb5b5e8df3f4
MD5 06b6fb24783825aa744a980af0dd42c3
BLAKE2b-256 09eba38e8292e3039bd3418155da0d19aa315997ba3490f54e743efaf63c54d0

See more details on using hashes here.

File details

Details for the file django_sqlite_object_storage-0.1.0-py3-none-any.whl.

File metadata

File hashes

Hashes for django_sqlite_object_storage-0.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 617d1338c6addac50fa5c685ed7ee4657b1271b29520920d9d1bf3e28456da54
MD5 d6c4c02bfd780bbf8bc1bd09341889a6
BLAKE2b-256 d88eeea975288a97af1ad645e467c1632c67e8bfea7a64cd6196121fb9007476

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page