The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Changes for version 0.010 - 2019-05-01

  • Tango.pm:
    • Obtain current database;
    • Create database support full REST options;
    • list_databases changed to list only user-accessible databases;
    • list_collections removed.
  • Database.pm
    • list_collections support excludeSystem option;
    • create_collection supports all REST options;
  • Collection.pm
    • new methods: info, checksum, count, figures, load, unload, properties, rotate, revision, set_properties, rename, recalculate_count, load_indexes, truncate;

Modules

A simple interface to ArangoDB REST API
Internal module with the API specification
ArangoDB Collection object
ArangoDB Cursor object
ArangoDB Database object