Baz.MemoryRepo (baz v0.0.17)

ETS backed in memory ecto repository for ephemeral data

Link to this section Summary

Functions

Callback implementation for Ecto.Repo.all/2.

Callback implementation for Ecto.Repo.checked_out?/0.

Callback implementation for Ecto.Repo.checkout/2.

Callback implementation for Ecto.Repo.config/0.

Callback implementation for Ecto.Repo.delete!/2.

Callback implementation for Ecto.Repo.delete/2.

Callback implementation for Ecto.Repo.get!/3.

Callback implementation for Ecto.Repo.get/3.

Callback implementation for Ecto.Repo.get_dynamic_repo/0.

Callback implementation for Ecto.Repo.insert!/2.

Callback implementation for Ecto.Repo.insert/2.

Callback implementation for Ecto.Repo.load/2.

Callback implementation for Ecto.Repo.one!/2.

Callback implementation for Ecto.Repo.one/2.

Callback implementation for Ecto.Repo.reload/2.

Callback implementation for Ecto.Repo.start_link/1.

Callback implementation for Ecto.Repo.stop/1.

Callback implementation for Ecto.Repo.stream/2.

Callback implementation for Ecto.Repo.update!/2.

Callback implementation for Ecto.Repo.update/2.

Link to this section Functions

Link to this function

aggregate(queryable, aggregate, opts \\ [])

Callback implementation for Ecto.Repo.aggregate/3.

Link to this function

aggregate(queryable, aggregate, field, opts)

Callback implementation for Ecto.Repo.aggregate/4.

Link to this function

all(queryable, opts \\ [])

Callback implementation for Ecto.Repo.all/2.

Callback implementation for Ecto.Repo.checked_out?/0.

Link to this function

checkout(fun, opts \\ [])

Callback implementation for Ecto.Repo.checkout/2.

Link to this function

child_spec(opts)

Callback implementation for Ecto.Repo.config/0.

Link to this function

default_options(operation)

Callback implementation for Ecto.Repo.default_options/1.

Link to this function

delete!(struct, opts \\ [])

Callback implementation for Ecto.Repo.delete!/2.

Link to this function

delete(struct, opts \\ [])

Callback implementation for Ecto.Repo.delete/2.

Link to this function

delete_all(queryable, opts \\ [])

Callback implementation for Ecto.Repo.delete_all/2.

Link to this function

exists?(queryable, opts \\ [])

Callback implementation for Ecto.Repo.exists?/2.

Link to this function

get!(queryable, id, opts \\ [])

Callback implementation for Ecto.Repo.get!/3.

Link to this function

get(queryable, id, opts \\ [])

Callback implementation for Ecto.Repo.get/3.

Link to this function

get_by!(queryable, clauses, opts \\ [])

Callback implementation for Ecto.Repo.get_by!/3.

Link to this function

get_by(queryable, clauses, opts \\ [])

Callback implementation for Ecto.Repo.get_by/3.

Link to this function

get_dynamic_repo()

Callback implementation for Ecto.Repo.get_dynamic_repo/0.

Link to this function

insert!(struct, opts \\ [])

Callback implementation for Ecto.Repo.insert!/2.

Link to this function

insert(struct, opts \\ [])

Callback implementation for Ecto.Repo.insert/2.

Link to this function

insert_all(schema_or_source, entries, opts \\ [])

Callback implementation for Ecto.Repo.insert_all/3.

Link to this function

insert_or_update!(changeset, opts \\ [])

Callback implementation for Ecto.Repo.insert_or_update!/2.

Link to this function

insert_or_update(changeset, opts \\ [])

Callback implementation for Ecto.Repo.insert_or_update/2.

Link to this function

load(schema_or_types, data)

Callback implementation for Ecto.Repo.load/2.

Link to this function

one!(queryable, opts \\ [])

Callback implementation for Ecto.Repo.one!/2.

Link to this function

one(queryable, opts \\ [])

Callback implementation for Ecto.Repo.one/2.

Link to this function

preload(struct_or_structs_or_nil, preloads, opts \\ [])

Callback implementation for Ecto.Repo.preload/3.

Link to this function

prepare_query(operation, query, opts)

Callback implementation for Ecto.Repo.prepare_query/3.

Link to this function

put_dynamic_repo(dynamic)

Callback implementation for Ecto.Repo.put_dynamic_repo/1.

Link to this function

reload!(queryable, opts \\ [])

Callback implementation for Ecto.Repo.reload!/2.

Link to this function

reload(queryable, opts \\ [])

Callback implementation for Ecto.Repo.reload/2.

Link to this function

start_link(opts \\ [])

Callback implementation for Ecto.Repo.start_link/1.

Link to this function

stop(timeout \\ 5000)

Callback implementation for Ecto.Repo.stop/1.

Link to this function

stream(queryable, opts \\ [])

Callback implementation for Ecto.Repo.stream/2.

Link to this function

update!(struct, opts \\ [])

Callback implementation for Ecto.Repo.update!/2.

Link to this function

update(struct, opts \\ [])

Callback implementation for Ecto.Repo.update/2.

Link to this function

update_all(queryable, updates, opts \\ [])

Callback implementation for Ecto.Repo.update_all/3.