{"id":16760366,"url":"https://github.com/roccomuso/keyv-leveldb","last_synced_at":"2026-04-29T19:34:13.232Z","repository":{"id":66271785,"uuid":"126158432","full_name":"roccomuso/keyv-leveldb","owner":"roccomuso","description":"LevelDB Storage adapter for Keyv","archived":false,"fork":false,"pushed_at":"2018-03-22T14:26:15.000Z","size":50,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-06-13T12:07:48.615Z","etag":null,"topics":["adapter","js","keyv","keyvaluestore","leveldb","levelup","nodejs","storage"],"latest_commit_sha":null,"homepage":"","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/roccomuso.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-03-21T10:00:13.000Z","updated_at":"2023-09-08T17:38:12.000Z","dependencies_parsed_at":null,"dependency_job_id":"d91b966a-37f6-4b40-a9ca-61e6f795b10d","html_url":"https://github.com/roccomuso/keyv-leveldb","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/roccomuso/keyv-leveldb","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/roccomuso%2Fkeyv-leveldb","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/roccomuso%2Fkeyv-leveldb/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/roccomuso%2Fkeyv-leveldb/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/roccomuso%2Fkeyv-leveldb/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/roccomuso","download_url":"https://codeload.github.com/roccomuso/keyv-leveldb/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/roccomuso%2Fkeyv-leveldb/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32441272,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-29T18:12:22.909Z","status":"ssl_error","status_checked_at":"2026-04-29T18:11:33.322Z","response_time":110,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["adapter","js","keyv","keyvaluestore","leveldb","levelup","nodejs","storage"],"created_at":"2024-10-13T04:23:16.551Z","updated_at":"2026-04-29T19:34:13.217Z","avatar_url":"https://github.com/roccomuso.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# @keyv/leveldb [\u003cimg width=\"100\" align=\"right\" src=\"https://rawgit.com/lukechilds/keyv/master/media/logo.svg\" alt=\"keyv\"\u003e](https://github.com/lukechilds/keyv)\n\n\u003e LevelDB storage adapter for Keyv\n\n[![Build Status](https://travis-ci.org/roccomuso/keyv-leveldb.svg?branch=master)](https://travis-ci.org/roccomuso/keyv-leveldb)\n[![Coverage Status](https://coveralls.io/repos/github/roccomuso/keyv-leveldb/badge.svg?branch=master)](https://coveralls.io/github/roccomuso/keyv-leveldb?branch=master)\n[![npm](https://img.shields.io/npm/v/@keyv/leveldb.svg)](https://www.npmjs.com/package/@keyv/leveldb)\n\nLevelDB storage adapter for [Keyv](https://github.com/lukechilds/keyv).\n\n\n## Install\n\n```shell\nnpm install --save keyv @keyv/leveldb\n```\n\n## Usage\n\n```js\nconst Keyv = require('keyv');\n\nconst keyv = new Keyv('leveldb://test/DB');\nkeyv.on('error', handleConnectionError);\n```\n\nAny valid options will be passed directly to the [underlying store](https://github.com/level/leveldown/#options).\n\ne.g:\n\n```js\nconst keyv = new Keyv('leveldb://test/DB', { createIfMissing: false });\n```\n\nOr you can manually create a storage adapter instance and pass it to Keyv:\n\n```js\nconst Keyv = require('keyv');\nconst KeyvLevelDB = require('@keyv/leveldb');\n\nconst leveldb = new KeyvLevelDB('leveldb://test/DB');\nconst keyv = new Keyv({ store: leveldb });\n```\n\n## License\n\nMIT © Rocco Musolino ([@roccomuso](https://twitter.com/roccomuso))\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Froccomuso%2Fkeyv-leveldb","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Froccomuso%2Fkeyv-leveldb","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Froccomuso%2Fkeyv-leveldb/lists"}