gqlitebrowser

Crates.iogqlitebrowser
lib.rsgqlitebrowser
version0.5.3
created_at2025-08-17 18:22:59.027333+00
updated_at2025-08-17 18:22:59.027333+00
descriptionGUI Browser for GQLite databases.
homepagehttps://gqlite.org
repositoryhttps://gitlab.com/gqlite/gqlite
max_upload_size
id1799628
size184,397
(cyrilleberger)

documentation

README

stable pipeline dev/1 pipeline crates.io

GQLite logo GQLite Browser

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.

Installation

cargo install gqlitebrowser

Run with:

gqlitebrowser [filename]

Contributions

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.

Commit count: 188

cargo fmt