{"id":15497380,"url":"https://github.com/heapwolf/level-mget","last_synced_at":"2025-04-22T21:43:56.818Z","repository":{"id":18174741,"uuid":"21286736","full_name":"heapwolf/level-mget","owner":"heapwolf","description":"get multiple values from leveldb","archived":false,"fork":false,"pushed_at":"2017-11-26T22:47:32.000Z","size":5,"stargazers_count":7,"open_issues_count":1,"forks_count":2,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-04-12T11:44:10.757Z","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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/heapwolf.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-06-27T19:24:33.000Z","updated_at":"2017-09-21T21:23:05.000Z","dependencies_parsed_at":"2022-07-26T21:16:56.623Z","dependency_job_id":null,"html_url":"https://github.com/heapwolf/level-mget","commit_stats":null,"previous_names":["hij1nx/level-mget"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/heapwolf%2Flevel-mget","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/heapwolf%2Flevel-mget/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/heapwolf%2Flevel-mget/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/heapwolf%2Flevel-mget/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/heapwolf","download_url":"https://codeload.github.com/heapwolf/level-mget/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250330387,"owners_count":21412975,"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-02T08:33:17.290Z","updated_at":"2025-04-22T21:43:56.798Z","avatar_url":"https://github.com/heapwolf.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# SYNOPSIS\nget multiple keys leveldb, returns a `Map` of errors and values.\n\n# USAGE\n```js\nconst mget = require('level-mget')\n```\n\n```js\nmget(db, ['foo', 'bar'], function(errors, values) {\n  errors // =\u003e Map()\n  values // =\u003e Map()\n});\n```\n\n```js\nconst [errors, values] = await mget(['foo', 'bar'])\nerrors // =\u003e Map()\nvalues // =\u003e Map()\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fheapwolf%2Flevel-mget","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fheapwolf%2Flevel-mget","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fheapwolf%2Flevel-mget/lists"}