Crates.io | gqlitebrowser |
lib.rs | gqlitebrowser |
version | 0.5.3 |
created_at | 2025-08-17 18:22:59.027333+00 |
updated_at | 2025-08-17 18:22:59.027333+00 |
description | GUI Browser for GQLite databases. |
homepage | https://gqlite.org |
repository | https://gitlab.com/gqlite/gqlite |
max_upload_size | |
id | 1799628 |
size | 184,397 |
GQLite is a Rust-language library, with a C interface, that implements a small, fast, self-contained, high-reliability, full-featured, Graph Query database engine. This crate provides a graphical user interface (GUI) to execute queries in a GQLite database.
GQLite source code is license under the MIT License and is free to everyone to use for any purpose.
cargo install gqlitebrowser
Run with:
gqlitebrowser [filename]
Contributions are very welcome. They should be submitted as merge requests in gitlab. Submitted code should be formatted with rustfmt, using the rustfmt.toml
in the root.