mirror of
https://github.com/fawney19/Aether.git
synced 2026-09-09 12:40:20 +08:00
refactor(data): introduce simple query helper
This commit is contained in:
Generated
+8
@@ -126,6 +126,7 @@ dependencies = [
|
||||
"aether-ai-formats",
|
||||
"aether-cache",
|
||||
"aether-data-contracts",
|
||||
"aether-data-query",
|
||||
"aether-wallet",
|
||||
"async-trait",
|
||||
"chrono",
|
||||
@@ -155,6 +156,13 @@ dependencies = [
|
||||
"thiserror 2.0.18",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "aether-data-query"
|
||||
version = "0.1.0"
|
||||
dependencies = [
|
||||
"sqlx",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "aether-data-schema"
|
||||
version = "0.1.0"
|
||||
|
||||
Reference in New Issue
Block a user