{"id":13555750,"url":"https://github.com/heapwolf/level-subtree","last_synced_at":"2025-04-22T22:45:00.501Z","repository":{"id":57156838,"uuid":"12484659","full_name":"heapwolf/level-subtree","owner":"heapwolf","description":"build and maintain a tree from the sublevels in a leveldb instance","archived":false,"fork":false,"pushed_at":"2015-02-15T04:58:46.000Z","size":172,"stargazers_count":17,"open_issues_count":0,"forks_count":1,"subscribers_count":4,"default_branch":"master","last_synced_at":"2024-04-27T11:32:15.269Z","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":"2013-08-30T11:11:50.000Z","updated_at":"2019-08-13T15:26:05.000Z","dependencies_parsed_at":"2022-09-03T18:51:01.854Z","dependency_job_id":null,"html_url":"https://github.com/heapwolf/level-subtree","commit_stats":null,"previous_names":["hij1nx/level-subtree"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/heapwolf%2Flevel-subtree","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/heapwolf%2Flevel-subtree/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/heapwolf%2Flevel-subtree/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/heapwolf%2Flevel-subtree/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/heapwolf","download_url":"https://codeload.github.com/heapwolf/level-subtree/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250337851,"owners_count":21414099,"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-08-01T12:03:23.668Z","updated_at":"2025-04-22T22:45:00.437Z","avatar_url":"https://github.com/heapwolf.png","language":"JavaScript","funding_links":[],"categories":["JavaScript","others"],"sub_categories":[],"readme":"# SYNOPSIS\nBuild and maintain a javascript tree from the sublevels in a leveldb instance. Faster than a full scan.\n\n# USAGE\nTo initialize level-subtree\n```js\nvar Tree = require('level-subtree')\nvar db = require('level')('./db')\nvar tree = Tree(db)\n\nvar handle = tree.init(function(err, tree) {\n  // creates a tree from the existing keys.\n})\n```\n\nTo update the tree...\n\n```js\nhandle.update(key) // use when adding a new sublevel.\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fheapwolf%2Flevel-subtree","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fheapwolf%2Flevel-subtree","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fheapwolf%2Flevel-subtree/lists"}