the-code-graph-storage 0.1.0

SQLite-backed graph storage for The Code Graph
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "the-code-graph-storage"
version.workspace = true
edition.workspace = true
license.workspace = true
repository.workspace = true
description = "SQLite-backed graph storage for The Code Graph"

[dependencies]
domain = { path = "../domain", package = "the-code-graph-domain", version = "0.1.0" }
rusqlite = { version = "0.37", features = ["bundled"] }
r2d2_sqlite = "0.31"
r2d2 = "0.8"
serde_json = "1"