We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8f09bd commit cb6a9c2Copy full SHA for cb6a9c2
dbbackup/db/base.py
@@ -35,6 +35,7 @@
35
"django_prometheus.db.backends.sqlite3": "dbbackup.db.sqlite.SqliteConnector",
36
"django_prometheus.db.backends.mysql": "dbbackup.db.mysql.MysqlDumpConnector",
37
"django_prometheus.db.backends.postgis": "dbbackup.db.postgresql.PgDumpGisConnector",
38
+ "django_s3_sqlite": "dbbackup.db.sqlite.SqliteConnector",
39
}
40
41
if settings.CUSTOM_CONNECTOR_MAPPING:
0 commit comments