sqlitegraph-cli 0.2.0

Command-line interface for SQLiteGraph graph database
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "sqlitegraph-cli"
version = "0.2.0"
edition = "2021"
description = "Command-line interface for SQLiteGraph graph database"
license = "GPL-3.0-or-later"
repository = "https://github.com/oldnordic/sqlitegraph"

keywords = ["graph", "database", "sqlite", "cli", "embedded"]
categories = ["command-line-utilities", "database"]

[[bin]]
name = "sqlitegraph"
path = "src/main.rs"

[dependencies]
sqlitegraph = "0.2.0"
serde_json = "1"