Immudb.Sql (immudb_elixir v0.2.0)

Link to this section Summary

Link to this section Functions

Link to this function

describe_table(arg1, table_name)

@spec describe_table(Immudb.Socket.t(), String.t()) ::
  {:error, String.t() | atom()} | {:ok, nil}
Link to this function

list_tables(arg1)

@spec list_tables(Immudb.Socket.t()) :: {:error, String.t() | atom()} | {:ok, nil}
Link to this function

sql_exec(arg1, sql)

@spec sql_exec(Immudb.Socket.t(), String.t()) ::
  {:error, String.t() | atom()} | {:ok, nil}
Link to this function

sql_exec(arg1, sql, kvs)

@spec sql_exec(Immudb.Socket.t(), String.t(), [{String.t(), String.t()}]) ::
  {:error, String.t() | atom()} | {:ok, nil}
Link to this function

sql_query(arg1, sql, kvs)

@spec sql_query(Immudb.Socket.t(), String.t(), [{String.t(), String.t()}]) ::
  {:error, String.t() | atom()} | {:ok, nil}
Link to this function

verifiable_sql_get(arg1, params)