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

@@ -0,0 +1,10 @@
[package]
name = "aether-data-query"
version = "0.1.0"
edition.workspace = true
license.workspace = true
repository.workspace = true
description = "Small SQL dialect helpers for Aether data repositories"
[dependencies]
sqlx.workspace = true