hex logo Hex
Packages Pricing Docs
Log In
Packages Pricing Docs Log In
Packages

my_arangoex

0.1.0
0.1.0

An Elixir driver for ArangoDB, version published by mpoeter.

HexDocs

Current section

Files

Jump to
Readme
1 Version
3 Dependencies
Dependants
Files
Activity
Readme 1 Version 3 Dependencies Dependants Files Activity
my_arangoex test arangoex job_test.exs
Raw

49 files

  • config
    • config.exs
  • lib
    • arangoex
      • administration.ex
      • aql.ex
      • bulk.ex
      • cluster.ex
      • collection.ex
      • cursor.ex
      • database.ex
      • document.ex
      • endpoint.ex
      • graph.ex
      • graph_edge.ex
      • graph_traversal.ex
      • index.ex
      • job.ex
      • replication.ex
      • simple.ex
      • task.ex
      • transaction.ex
      • user.ex
      • utils.ex
      • wal.ex
    • arangoex.ex
  • test
    • arangoex
      • administration_test.exs
      • aql_test.exs
      • bulk_test.exs
      • cluster_test.exs
      • collection_test.exs
      • cursor_test.exs
      • database_test.exs
      • document_test.exs
      • graph_edge_test.exs
      • graph_test.exs
      • graph_traversal_test.exs
      • index_test.exs
      • job_test.exs
      • replication_test.exs
      • simple_test.exs
      • task_test.exs
      • transaction_test.exs
      • user_test.exs
      • utils_test.exs
      • wal_test.exs
    • arangoex_test.exs
    • test_helper.exs
  • .gitignore
  • LICENSE
  • README.md
  • mix.exs

    No matching files

    Package files

      No matching files

      test/arangoex/job_test.exs

      defmodule JobTest do
      use MyArangoex.TestCase
      doctest MyArangoex
      # test "Returns async job", ctx do
      # end
      # test "Return result of an async job", ctx do
      # end
      # test "Cancel async job", ctx do
      # end
      # test "Deletes async job", ctx do
      # end
      # test "Returns list of async jobs", ctx do
      # end
      end
      hex logo Hex
      About Blog Sponsors Status Advisories
      Documentation FAQ Specifications Report Client Issue Report General Issue Report Security Issue Contact Support
      Code of Conduct Terms of Service Privacy Policy Copyright Policy Dispute Policy

      Copyright 2015. Six Colors AB.

      Powered by the Erlang VM and the Elixir Programming Language

      Search filters

      Type any of these into the search box. They can be combined with free text which searches package names and descriptions.

      Operator Description Example
      name: Match package name. Supports * wildcards and repo/package form name:phx* or name:hexpm/phoenix
      description: Full-text search of package descriptions description:auth
      depends: Packages depending on a given package. Supports repo:package form depends:ecto or depends:hexpm:ecto
      build_tool: Filter by build tool build_tool:mix
      updated_after: Packages updated after an ISO8601 datetime updated_after:2025-01-01T00:00:00Z
      extra: Match custom metadata (key,value). Nested keys are separated by commas extra:license,MIT

      Wrap values in double quotes to include spaces, e.g. name:"my package".