mirror of
https://github.com/fawney19/Aether.git
synced 2026-09-10 13:10:21 +08:00
Use PostgreSQL as the only database backend across runtime, schema tooling, installation, Compose, and CI. Update regression tests and reject removed drivers explicitly.
14 lines
315 B
TOML
14 lines
315 B
TOML
[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
|
|
|
|
[dev-dependencies]
|
|
sqlx = { workspace = true, features = ["postgres"] }
|