Current section
Files
Jump to
Current section
Files
lib/ecto_foundationdb/database.ex
defmodule EctoFoundationDB.Database do
@moduledoc """
See `Ecto.Adapters.FoundationDB`.
"""
@type t() :: :erlfdb.database()
end