Crates.io | gqlitecli |
lib.rs | gqlitecli |
version | 0.6.0 |
created_at | 2025-02-01 11:41:11.01886+00 |
updated_at | 2025-09-01 19:06:34.907895+00 |
description | Command Line Interface tool for GQLite |
homepage | https://gqlite.org |
repository | https://gitlab.com/gqlite/gqlite |
max_upload_size | |
id | 1538374 |
size | 43,331 |
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.
cargo install gqlitecli
Run with:
gqlite [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.