Skip to content

Commit 1e6282b

Browse files
authored
Support sqllite to store model information (#32)
* support sqllite Signed-off-by: kerthcet <kerthcet@gmail.com> * fix tests Signed-off-by: kerthcet <kerthcet@gmail.com> * address comments Signed-off-by: kerthcet <kerthcet@gmail.com> --------- Signed-off-by: kerthcet <kerthcet@gmail.com>
1 parent 255df82 commit 1e6282b

9 files changed

Lines changed: 659 additions & 325 deletions

File tree

Cargo.lock

Lines changed: 80 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ colored = "2.1"
2222
chrono = "0.4"
2323
serde_json = "1.0"
2424
sysinfo = "0.32"
25+
rusqlite = { version = "0.32", features = ["bundled"] }
26+
rusqlite_migration = "1.3"
2527

2628
[dev-dependencies]
2729
tempfile = "3.12"

0 commit comments

Comments
 (0)