defmodule EctoFoundationDB.Database do @moduledoc """ See `Ecto.Adapters.FoundationDB`. """ @type t() :: :erlfdb.database() end