Immudb.Client (immudb_elixir v0.2.0)
Link to this section Summary
Link to this section Functions
Link to this function
change_password(arg1, arg2)
Link to this function
create_user(_)
Link to this function
create_user(socket, list)
Link to this function
current_state(arg1)
@spec current_state(Immudb.Socket.t()) :: {:error, String.t() | atom()} | {:ok, nil}
Link to this function
health(arg1)
@spec health(Immudb.Socket.t()) :: {:error, String.t() | atom()} | {:ok, nil}
Link to this function
list_users(arg1)
@spec list_users(Immudb.Socket.t()) :: {:error, String.t() | atom()} | {:ok, [User.t()]}
Link to this function
login(channel, user, password)
Link to this function
logout(arg1)
@spec logout(GRPC.Channel.t()) :: {:error, String.t() | atom()} | {:ok, nil}
Link to this function
new(arg1)
@spec new( host: String.t(), port: integer(), username: String.t(), password: String.t(), database: String.t() ) :: {:ok, Immudb.Socket.t()} | {:error, String.t()}
@spec new([{:url, String.t()}]) :: {:ok, Immudb.Socket.t()} | {:error, String.t()}
Link to this function
update_auth_config(socket, params)
Link to this function