Exception: Lotus::Model::Adapters::DatabaseAdapterNotFound

Inherits:
StandardError
  • Object
show all
Defined in:
lib/lotus/model/adapters/abstract.rb

Overview

It’s raised when an adapter can’t find the underlying database adapter.

Example: When we try to use the SqlAdapter with a Postgres database but we didn’t loaded the pg gem before.

See Also:

Since:

  • 0.1.0