{"id":15055959,"url":"https://github.com/cleve/lmdb-viewer","last_synced_at":"2026-04-02T17:03:24.781Z","repository":{"id":139968002,"uuid":"266127909","full_name":"cleve/lmdb-viewer","owner":"cleve","description":"GUI to navigate over LMDB data","archived":false,"fork":false,"pushed_at":"2026-03-28T21:22:19.000Z","size":16844,"stargazers_count":16,"open_issues_count":0,"forks_count":4,"subscribers_count":2,"default_branch":"master","last_synced_at":"2026-03-29T00:25:20.891Z","etag":null,"topics":["database","gui","java","java-11","javafx","javafx-desktop-apps","lmdb"],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/cleve.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}},"created_at":"2020-05-22T14:16:25.000Z","updated_at":"2026-03-28T21:16:52.000Z","dependencies_parsed_at":null,"dependency_job_id":"896f2f7a-3b2f-4243-a0be-c4c516a34b87","html_url":"https://github.com/cleve/lmdb-viewer","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/cleve/lmdb-viewer","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cleve%2Flmdb-viewer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cleve%2Flmdb-viewer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cleve%2Flmdb-viewer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cleve%2Flmdb-viewer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cleve","download_url":"https://codeload.github.com/cleve/lmdb-viewer/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cleve%2Flmdb-viewer/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31311040,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-02T12:59:32.332Z","status":"ssl_error","status_checked_at":"2026-04-02T12:54:48.875Z","response_time":89,"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":["database","gui","java","java-11","javafx","javafx-desktop-apps","lmdb"],"created_at":"2024-09-24T21:47:21.964Z","updated_at":"2026-04-02T17:03:24.774Z","avatar_url":"https://github.com/cleve.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# lmdb-viewer\n\nLMDB viewer re-implemented in Python with Flet.\n\nThe app opens an LMDB directory, reads the default database, lists key/value pairs, supports refresh, and filters rows by key or value.\n\n## Features\n\n- Open an LMDB directory from a native folder picker\n- Browse key/value pairs in a two-column table\n- Search by key or value\n- Refresh rows from disk without reopening the app\n- Safe text decoding for non-UTF-8 LMDB content using replacement characters\n\n## Requirements\n\n- Python 3.11+\n- An LMDB environment directory to inspect\n\n## Install\n\n```sh\npoetry install\n```\n\nPoetry manages the project environment, so you do not need to create a separate `.venv` manually.\n\n## Run\n\n```sh\npoetry run python app.py\n```\n\n## Package\n\nFlet can package the app as a desktop binary. On Linux, build on Linux; on Windows, build on Windows; on macOS, build on macOS.\n\nBasic Linux desktop build:\n\n```sh\npoetry install\npoetry run flet build linux\n```\n\nLinux desktop prerequisites reported by `flutter doctor`:\n\n```sh\nsudo apt-get update\nsudo apt-get install -y clang cmake ninja-build libgtk-3-dev mesa-utils\n```\n\nOr use the helper script in this repository:\n\n```sh\nbash scripts/install_linux_build_deps.sh\n```\n\nBuild artifacts are written under `build/\u003ctarget\u003e`. This repository includes a Poetry-managed `pyproject.toml` with Flet metadata, the Python entry module, and the app icon under `assets/icon.png`.\n\nNotes:\n\n- The first `flet build` may download Flutter automatically.\n- Desktop packaging can require platform-native build dependencies.\n- Packaged builds exclude `.git`, optional in-project virtualenvs, and sample data.\n- A GitHub Actions workflow is included at `.github/workflows/build-linux.yml` to produce a Linux artifact in CI.\n\n## Project Layout\n\n- `app.py`: entry point\n- `lmdb_viewer/database.py`: LMDB access and filtering\n- `lmdb_viewer/app.py`: Flet user interface\n- `pyproject.toml`: Poetry and Flet project metadata\n- `assets/icon.png`: icon used for packaged builds\n- `scripts/install_linux_build_deps.sh`: installs Linux desktop build prerequisites\n\n## Notes\n\n- The current implementation targets the default LMDB database, matching the original app behavior.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcleve%2Flmdb-viewer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcleve%2Flmdb-viewer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcleve%2Flmdb-viewer/lists"}