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:
parent
63cf04b29f
commit
783f180716
5 changed files with 2151 additions and 13 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue