1
Fork 0
mirror of https://github.com/RGBCube/dix synced 2025-08-01 14:17:45 +00:00

proof of concept direct query with sqlx

This commit is contained in:
Dragyx 2025-05-05 16:55:48 +02:00 committed by Bloxx12
parent 63cf04b29f
commit 783f180716
5 changed files with 2151 additions and 13 deletions

View file

@ -10,3 +10,5 @@ yansi = "1.0.1"
thiserror = "2.0.12"
log = "0.4.20"
env_logger = "0.11.3"
sqlx = { version = "0.8.5", features = ["runtime-async-std", "sqlite"] }
async-std = "1.13.1"