gqlitecli

Crates.iogqlitecli
lib.rsgqlitecli
version0.6.0
created_at2025-02-01 11:41:11.01886+00
updated_at2025-09-01 19:06:34.907895+00
descriptionCommand Line Interface tool for GQLite
homepagehttps://gqlite.org
repositoryhttps://gitlab.com/gqlite/gqlite
max_upload_size
id1538374
size43,331
(cyrilleberger)

documentation

README

stable pipeline dev/1 pipeline crates.io

GQLite logo GQLite (CLI)

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 command line interface 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 gqlitecli

Run with:

gqlite [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: 449

cargo fmt