View Source cozo_db (cozo v0.1.0)

Isolated cozodb in gen_statem process.

Summary

Functions

Functions

See also: cozo:backup/2.

Link to this function

call(Pid, Message, Timeout)

View Source

See also: cozo:compact/1.

Link to this function

create_relation(Pid, Name, Spec)

View Source

See also: cozo:create_relation/3.

Link to this function

describe(Pid, Name, Description)

View Source

See also: cozo:describe/3.

Link to this function

ensure_not_row(Pid, Name, Spec)

View Source

See also: cozo:ensure_not_row/3.

Link to this function

ensure_row(Pid, Name, Spec)

View Source

See also: cozo:ensure_row/3.

See also: cozo:explain/2.

Link to this function

export_relations(Pid, Json)

View Source

See also: cozo:export_relations/2.

Link to this function

get_running_queries(Pid)

View Source

See also: cozo:get_running_queries/1.

See also: cozo:get_triggers/2.

Link to this function

import_backup(Pid, Json)

View Source

See also: cozo:import_backup/2.

Link to this function

import_relations(Pid, Json)

View Source

See also: cozo:import_relations/2.

See also: cozo:kill/2.

See also: cozo:list_columns/2.

See also: cozo:list_indices/2.

See also: cozo:list_relations/1.

Link to this function

put_row(Pid, Name, Spec)

View Source

See also: cozo:put_row/3.

Link to this function

remove_relation(Pid, Name)

View Source

See also: cozo:remove_relation/2.

Link to this function

remove_row(Pid, Name, Spec)

View Source

See also: cozo:remove_row/3.

Link to this function

replace_relation(Pid, Name, Spec)

View Source

See also: cozo:replace_relation/3.

See also: cozo:restore/2.

See also: cozo:run/2.

See also: cozo:run/3.

Link to this function

run(Pid, Query, Params, Mutable)

View Source

See also: cozo:run/4.

Link to this function

set_access_level(Pid, Level, Name)

View Source

See also: cozo:set_access_level/3.

Link to this function

set_access_levels(Pid, Level, Names)

View Source

See also: cozo:set_access_levels/3.

Link to this function

standard(EventType, EventContent, Cozo)

View Source
Link to this function

start_monitor(Args, Opts)

View Source
Link to this function

terminate(Reason, State, Cozo)

View Source
Link to this function

update_row(Pid, Name, Spec)

View Source

See also: cozo:update_row/3.