# `EctoFoundationDB.Options`
[🔗](https://github.com/foundationdb-beam/ecto_foundationdb/blob/main/lib/ecto_foundationdb/options.ex#L1)

See `Ecto.Adapters.FoundationDB`

# `option`
[🔗](https://github.com/foundationdb-beam/ecto_foundationdb/blob/main/lib/ecto_foundationdb/options.ex#L4)

```elixir
@type option() ::
  {:open_db, function()}
  | {:storage_id, String.t()}
  | {:storage_delimiter, String.t()}
  | {:open_tenant_callback, function()}
  | {:migrator, module()}
  | {:cluster_file, :erlfdb.cluster_filename()}
  | {:migration_step, integer()}
  | {:max_single_value_size, integer()}
  | {:max_value_size, integer()}
  | {:log, boolean()}
  | {:reset_tenant_cache, boolean()}
```

# `t`
[🔗](https://github.com/foundationdb-beam/ecto_foundationdb/blob/main/lib/ecto_foundationdb/options.ex#L23)

```elixir
@type t() :: [option()]
```

# `get`
[🔗](https://github.com/foundationdb-beam/ecto_foundationdb/blob/main/lib/ecto_foundationdb/options.ex#L28)

```elixir
@spec get(t(), atom()) :: any()
```

---

*Consult [api-reference.md](api-reference.md) for complete listing*
