Exception: Tina4::DocStore::DocStoreDriverMissing
- Inherits:
-
StandardError
- Object
- StandardError
- Tina4::DocStore::DocStoreDriverMissing
- Defined in:
- lib/tina4/docstore.rb
Overview
A Mongo URI is configured but the MongoDB driver is not installed.
ADR-0024 rule 3, settled for DocStore by ADR-0033: a provider that cannot honour an operation must RAISE, naming the provider and what is missing. Falling back to the local SQLite store here would send production writes to a container-local file nobody reads.