{"id":44330130,"url":"https://github.com/robertazzopardi/d7s","last_synced_at":"2026-02-11T09:09:51.505Z","repository":{"id":336347993,"uuid":"1019166707","full_name":"robertazzopardi/d7s","owner":"robertazzopardi","description":"Tui database client","archived":false,"fork":false,"pushed_at":"2026-02-04T01:17:05.000Z","size":250,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-02-04T13:30:36.306Z","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/robertazzopardi.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-07-13T22:13:16.000Z","updated_at":"2026-02-04T01:17:02.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/robertazzopardi/d7s","commit_stats":null,"previous_names":["robertazzopardi/d7s"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/robertazzopardi/d7s","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/robertazzopardi%2Fd7s","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/robertazzopardi%2Fd7s/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/robertazzopardi%2Fd7s/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/robertazzopardi%2Fd7s/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/robertazzopardi","download_url":"https://codeload.github.com/robertazzopardi/d7s/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/robertazzopardi%2Fd7s/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29330858,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-11T06:13:03.264Z","status":"ssl_error","status_checked_at":"2026-02-11T06:12:55.843Z","response_time":97,"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":[],"created_at":"2026-02-11T09:09:50.746Z","updated_at":"2026-02-11T09:09:51.501Z","avatar_url":"https://github.com/robertazzopardi.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# d7s\n\nA TUI database client for PostgreSQL and SQLite, built in Rust with [Ratatui](https://ratatui.rs) and inspired by [k9s](https://k9scli.io/).\n\n## Why\n\nAfter discovering k9s, I thought it had the perfect format for a database client and I wanted something simpler than the established solutions.\n\n## Features\n\n- **Multi-db Support** — currently supports PostgreSQL and SQLite, with more to come! \n- **Connection management** — save, edit, and delete named connections.\n- **Credential storage** — passwords are stored in the platform keyring (macOS Keychain, Windows Credential Manager, Linux Secret Service), or never saved and prompted everytime.\n- **Database traversal** — navigate databases, schemas, tables, columns, and row data with keyboard-driven menus, supports vim.\n- **SQL executor** — run arbitrary SQL queries and view results as a table.\n- **Environment tagging** — label each connection as dev, staging, or prod.\n\n## Install\n\n### crates.io\n\nRequires Rust stable (1.91.0 or later).\n\n```sh\ncargo install d7s\n```\n\nThe `d7s` binary will be placed in `$CARGO_HOME/bin` (usually `~/.cargo/bin`), which should already be on your `PATH`.\n\n### Building from source\n\nRequires Rust stable (1.91.0 or later).\n\n```sh\ncargo build --release\n```\n\nThe binary will be at `target/release/d7s`.\n\n### Nix\n\nA `flake.nix` is provided. Enter the development shell:\n\n```sh\nnix develop\n```\n\nThen use `just` for common tasks (`just --list`).\n\n## Usage\n\nIf installed via `cargo install`, just run:\n\n```sh\nd7s\n```\n\nOr, if built from source:\n\n```sh\ncargo run --release\n# or, after building:\n./target/release/d7s\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frobertazzopardi%2Fd7s","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frobertazzopardi%2Fd7s","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frobertazzopardi%2Fd7s/lists"}