{"id":21568043,"url":"https://github.com/mrxiaozhuox/nu_plugin_sled","last_synced_at":"2026-02-20T23:01:51.842Z","repository":{"id":263399474,"uuid":"890277871","full_name":"mrxiaozhuox/nu_plugin_sled","owner":"mrxiaozhuox","description":"A Nushell plugin for managing sled databases.","archived":false,"fork":false,"pushed_at":"2025-11-06T22:22:05.000Z","size":52,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-11-07T00:16:24.533Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Rust","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/mrxiaozhuox.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,"zenodo":null}},"created_at":"2024-11-18T09:52:56.000Z","updated_at":"2025-11-06T22:22:09.000Z","dependencies_parsed_at":"2025-05-07T20:01:48.077Z","dependency_job_id":"39bef512-3355-4853-bf58-4ff1e87c4a64","html_url":"https://github.com/mrxiaozhuox/nu_plugin_sled","commit_stats":null,"previous_names":["mrxiaozhuox/nu_plugin_sled"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/mrxiaozhuox/nu_plugin_sled","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mrxiaozhuox%2Fnu_plugin_sled","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mrxiaozhuox%2Fnu_plugin_sled/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mrxiaozhuox%2Fnu_plugin_sled/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mrxiaozhuox%2Fnu_plugin_sled/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mrxiaozhuox","download_url":"https://codeload.github.com/mrxiaozhuox/nu_plugin_sled/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mrxiaozhuox%2Fnu_plugin_sled/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29599404,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-18T22:25:43.180Z","status":"ssl_error","status_checked_at":"2026-02-18T22:25:42.766Z","response_time":162,"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":[],"created_at":"2024-11-24T11:00:44.934Z","updated_at":"2026-02-20T23:01:51.820Z","avatar_url":"https://github.com/mrxiaozhuox.png","language":"Rust","funding_links":[],"categories":["Plugins"],"sub_categories":[],"readme":"# nu_plugin_sled\n\nThis plugin can help you manage your [`sled`](https://github.com/spacejam/sled?tab=readme-ov-file) database in nushell.\n\n## Usage\n\n```nushell\n\u003e { name: \"nu_plugin_sled\", id: 1, update_at: (date now) } | sled-save db\n\n\u003e sled-open db\n╭───────────┬────────────────╮\n│ id        │ 1              │\n│ name      │ nu_plugin_sled │\n│ update_at │ 1731923169     │\n╰───────────┴────────────────╯\n\n\n\u003e sled-open db | update id 10086 | sled-save db\n\n\u003e sled-open db\n╭───────────┬────────────────╮\n│ id        │ 10086          │\n│ name      │ nu_plugin_sled │\n│ update_at │ 1731923169     │\n╰───────────┴────────────────╯\n```\n\n### Data Structure\n\n`nu_plugin_sled` using [`rmp-serde`](https://crates.io/crates/rmp-serde) convert struct \u0026 data to binary.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmrxiaozhuox%2Fnu_plugin_sled","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmrxiaozhuox%2Fnu_plugin_sled","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmrxiaozhuox%2Fnu_plugin_sled/lists"}