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": "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


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.1.tar.gz (33.1 kB view details)

Uploaded Source

Built Distribution

File details

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

File metadata

File hashes

Hashes for django_sqlite_object_storage-0.1.1.tar.gz
Algorithm Hash digest
SHA256 5602b314726d5920a98857371f45a6e5992b01d97c278e68ccdb096c9aca7f96
MD5 9516807c25022bfe96a292152c9cf32c
BLAKE2b-256 cf2e6b9b6157fca84c70df0412aaec5546f9f7761a6f17168aa2dbef5873def5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for django_sqlite_object_storage-0.1.1-py3-none-any.whl
Algorithm Hash digest
SHA256 543a730ba57e1bbe0a36ec1008ca7bd21558648713b75bc4463feb8e15935bba
MD5 698e8532e6948f2320bffb18820fdbb0
BLAKE2b-256 e7cdd5b6332ea22dfc0a932879f70efffd98e4a2bff57e566183b84144e81caf

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