Docs.rs
sqlitegraph-cli-2.0.0
sqlitegraph-cli 2.0.0
Docs.rs crate page
GPL-3.0-or-later
Links
Repository
crates.io
Source
Owners
oldnordic
Dependencies
anyhow ^1
normal
clap ^4
normal
serde_json ^1
normal
sqlitegraph ^2.0.0
normal
Versions
42.65%
of the crate is documented
Platform
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Skip to main content
Module query
sqlitegraph_
cli
2.0.0
Module query
Module Items
Structs
Enums
Functions
In crate sqlitegraph_
cli
sqlitegraph_cli
Module
query
Copy item path
Source
Expand description
Simple Cypher-like query parser
Supports basic patterns:
MATCH (n:Label) RETURN n.name
MATCH (n:Label {key: “value”}) RETURN n
MATCH (a)-[:REL]->(b) RETURN a, b
Structs
§
Node
Pattern
Enums
§
Pattern
Query
Functions
§
execute
Execute a query against the backend
parse
Parse a simple Cypher-like query