scrachy.settings.defaults.storage.SCRACHY_DB_DRIVER

scrachy.settings.defaults.storage.SCRACHY_DB_DRIVER: str | None = None

This specifies the name of the driver used to connect to the database. It must be a name recognized by SQLAlchemy or None to use the default driver. Note, the selected driver (including the default) must be installed separately prior to using it.