refactor(data): introduce simple query helper

This commit is contained in:
HsungKayphoon
2026-05-17 14:07:23 +08:00
parent a2f91b4108
commit f0a6fffa87
39 changed files with 3169 additions and 2037 deletions

View File

@@ -11,6 +11,7 @@ build = "build.rs"
aether-ai-formats.workspace = true
aether-data-contracts.workspace = true
aether-cache.workspace = true
aether-data-query.workspace = true
aether-wallet.workspace = true
async-trait.workspace = true
chrono.workspace = true