Storj DB v0.0.5
  • Pages
  • Modules

    View Source StorjDB (Storj DB v0.0.5)

    Documentation for "Storj DB" utilitaries modules.

    Link to this section Summary

    Functions

    cleanup_all()
    create(table, object)
    delete(table_name, object)
    delete_by_id(table_name, id)
    drop_table(table_name)
    load_all(table_name, object_criteria, max_results \\ -1, single_match \\ true, sort_desc \\ false)
    load_by_id(table_name, id)
    read_table_info(table_name)
    reset_data_dir()
    synchronize_all()
    update(table, object)

    Link to this section Functions

    Link to this function

    cleanup_all()

    View Source
    Link to this function

    create(table, object)

    View Source
    Link to this function

    delete(table_name, object)

    View Source
    Link to this function

    delete_by_id(table_name, id)

    View Source
    Link to this function

    drop_table(table_name)

    View Source
    Link to this function

    load_all(table_name, object_criteria, max_results \\ -1, single_match \\ true, sort_desc \\ false)

    View Source
    Link to this function

    load_by_id(table_name, id)

    View Source
    Link to this function

    read_table_info(table_name)

    View Source
    Link to this function

    reset_data_dir()

    View Source
    Link to this function

    synchronize_all()

    View Source
    Link to this function

    update(table, object)

    View Source

    On Hex.pm: Package Preview (current file)

    Built using ExDoc (v0.29.0) for the Elixir programming language