{"id":13511894,"url":"https://github.com/heapwolf/lev","last_synced_at":"2026-03-10T07:33:08.866Z","repository":{"id":6170370,"uuid":"7400203","full_name":"heapwolf/lev","owner":"heapwolf","description":"The complete REPL \u0026 CLI for managing LevelDB instances.","archived":false,"fork":false,"pushed_at":"2018-05-08T19:41:18.000Z","size":953,"stargazers_count":294,"open_issues_count":13,"forks_count":34,"subscribers_count":10,"default_branch":"master","last_synced_at":"2025-10-20T08:34:55.398Z","etag":null,"topics":["cli","database","leveldb","repl"],"latest_commit_sha":null,"homepage":"","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/heapwolf.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}},"created_at":"2013-01-01T23:41:36.000Z","updated_at":"2025-10-04T13:53:53.000Z","dependencies_parsed_at":"2022-08-26T01:11:25.663Z","dependency_job_id":null,"html_url":"https://github.com/heapwolf/lev","commit_stats":null,"previous_names":["hij1nx/lev"],"tags_count":11,"template":false,"template_full_name":null,"purl":"pkg:github/heapwolf/lev","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/heapwolf%2Flev","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/heapwolf%2Flev/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/heapwolf%2Flev/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/heapwolf%2Flev/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/heapwolf","download_url":"https://codeload.github.com/heapwolf/lev/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/heapwolf%2Flev/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30326925,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-10T05:25:20.737Z","status":"ssl_error","status_checked_at":"2026-03-10T05:25:17.430Z","response_time":106,"last_error":"SSL_read: 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":["cli","database","leveldb","repl"],"created_at":"2024-08-01T03:01:17.313Z","updated_at":"2026-03-10T07:33:08.824Z","avatar_url":"https://github.com/heapwolf.png","language":"JavaScript","readme":"# STATUS\n\n[![development sponsored by voltra.co](https://img.shields.io/badge/Development%20sponsored%20by-Voltra.co-yellow.svg)](https://voltra.co/)\n\n# SYNOPSIS\nA simple and convenient commandline tool and REPL for [`leveldb`](http://leveldb.org/).\n\n# FEATURES\n- REPL with colorized tab-completion and zsh/fish style key suggestions\n- REPL automatically saves and reloads REPL history\n\n# SCREENSHOT\n![screenshot](/docs/screenshot.png)\n\n# INSTALLATION\n\n```\n$ npm install -g lev\n```\n\n# BASIC USAGE\n\n```\n$ lev path/to/db\n```\n\n# REPL COMMANDS\nUse upper or lower case for the following commands.\n\n## GET \u0026lt;key\u0026gt;\nGet a key from the database.\n\n## PUT \u0026lt;key\u0026gt; \u0026lt;value\u0026gt;\nPut a value into the database. If you have `keyEncoding` or `valueEncoding`\nset to `json`, these values will be parsed from strings into `json`.\n\n## DEL \u0026lt;key\u0026gt;\nDelete a key from the database.\n\n## LS\nGet all the keys in the current range.\n\n## START \u0026lt;key-pattern\u0026gt;\nDefines the start of the current range. You can also use `GT` or `GTE`.\n\n## END \u0026lt;key-pattern\u0026gt;\nDefines the end of the current range. You can also use `LT` or `LTE`.\n\n## LIMIT \u0026lt;number\u0026gt;\nLimit the number of records in the current range (defaults to 5000).\n\n## REVERSE\nReverse the records in the current range.\n\n# CLI COMMANDS\nThese all match the parameters used with\n[`levelup`](https://github.com/rvagg/node-levelup). The default encoding\nfor the database is set to `json`.\n\n## --start \u0026lt;key-pattern\u0026gt;\nSpecify the start of the current range. You can also use `gt` or `gte`.\n\n## --end \u0026lt;key-pattern\u0026gt;\nSpecify the end of the current range. You can also use `lt` and `lte`.\n\n## --values\nOnly list the all of the values in the current range.\nEmit as a new-line delimited stream of json.\n\n## --keys\nOnly list all of the keys in the current range. Will tabularize the output.\n\n## --keyEncoding \u0026lt;string\u0026gt;\nSpecify the encoding for the keys.\n\n## --valueEncoding \u0026lt;string\u0026gt;\nSpecify the encoding for the values.\n\n## --limit \u0026lt;number\u0026gt;\nLimit the number of records emitted in the current range.\n\n## --reverse\nReverse the stream.\n\n\n","funding_links":[],"categories":["JavaScript","database"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fheapwolf%2Flev","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fheapwolf%2Flev","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fheapwolf%2Flev/lists"}