{"id":17159156,"url":"https://github.com/scull7/umzug-arango","last_synced_at":"2025-03-24T14:45:22.002Z","repository":{"id":142121337,"uuid":"169679421","full_name":"scull7/umzug-arango","owner":"scull7","description":"Mirror of https://gitlab.com/scull7/umzug-arango","archived":false,"fork":false,"pushed_at":"2019-02-08T05:09:07.000Z","size":58,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-29T19:46:42.211Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/scull7.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-02-08T03:23:41.000Z","updated_at":"2022-11-08T00:17:25.000Z","dependencies_parsed_at":null,"dependency_job_id":"d7cb8383-b52e-4925-923c-3609b1f710b4","html_url":"https://github.com/scull7/umzug-arango","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/scull7%2Fumzug-arango","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/scull7%2Fumzug-arango/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/scull7%2Fumzug-arango/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/scull7%2Fumzug-arango/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/scull7","download_url":"https://codeload.github.com/scull7/umzug-arango/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245294712,"owners_count":20591898,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-14T22:13:29.681Z","updated_at":"2025-03-24T14:45:21.996Z","avatar_url":"https://github.com/scull7.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# umzug-arango\n\nArangoDB custom storage backend for umzug\n\n## Usage\n\n```javascript\nconst umzug = new Umzug({\n  storage: '@buckeye/umzug-arango',\n  storageOptions: {\n    // Set your storage options here.\n  },\n});\n```\n\n## Configuration\n\nThe following items can be passed to the storage options object.\n\n* `url` \u003cstring\u003e - Base URL of the ArangoDB server or list of server URLs.\n* `isAbsolute` \u003cboolean\u003e - If this option is explicityly set to `true`, the \n        `url` will be treated as the abolute database path and arangojs will\n        not append the database path to it.\n* `arangoVersion` \u003cint\u003e -\u003e Numeric representation of the ArangoDB version\n        the driver should expect.\n* `agent` \u003chttps.Agent\u003e - An http Agent instance to use for connections.\n* `loadBalancingStrategy` \u003cstring\u003e - Determines the behavior when multiple\n        URLs are provided.\n* `maxRetries` \u003cint\u003e - Determines the behavior when a request fails because\n        the underlying connection to the server could not be opened.\n* `username` \u003cstring\u003e - Database username to use for the connection.\n* `password` \u003cstring\u003e - Database password to use for the connection.\n* `bearerToken` \u003cstring\u003e - Authorization token header value to send to the\n        the database for authentication.  If this is set, then `username` and\n        `password` will be ignored.\n\n* `database` \u003cstring\u003e - Name of the database we wish to connect to.\n* `collectionName` \u003cstring\u003e -\u003e Name of the collection where we want to\n        store the migration history.\n\n### Defaults\n\nThe following JavaScript object contains all the default settings:\n```javascript\n{\n  url: 'http://localhost:8529',\n  isAbsolute: false,\n  arangoVersion: 30000,\n  agent: null,\n  loadBalancingStrategy: \"NONE\",\n  maxRetries: 0,\n  username: \"root\",\n  password: \"\",\n  database: \"umzug\",\n  bearerToken: null,\n  collectionName: \"umzug_migrations\"\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fscull7%2Fumzug-arango","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fscull7%2Fumzug-arango","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fscull7%2Fumzug-arango/lists"}