wip(lib_core): introduce database module

refs: #5
This commit is contained in:
Alexander Navarro 2025-05-15 16:53:11 -04:00
parent ac3ca325f3
commit 2126a0f83d
6 changed files with 249 additions and 124 deletions

View file

@ -18,3 +18,4 @@ tracing-core = "0.1.33"
tabled = "0.19.0"
futures = "0.3.31"
thiserror = "2.0.12"
async-stream = "0.3.6"