mirror of
https://github.com/tauri-apps/plugins-workspace.git
synced 2026-06-02 13:41:49 +02:00
feat(sql): preserve column order from query with indexmap (#1305)
* feat: preserve column order from query with indexmap * chore(sql): remove default features * change file
This commit is contained in:
@@ -27,6 +27,7 @@ futures-core = "0.3"
|
||||
sqlx = { version = "0.7", features = [ "json", "time" ] }
|
||||
time = "0.3"
|
||||
tokio = { version = "1", features = [ "sync" ] }
|
||||
indexmap = { version = "2.2.6", features = ["serde"] }
|
||||
|
||||
[features]
|
||||
sqlite = [ "sqlx/sqlite", "sqlx/runtime-tokio" ]
|
||||
|
||||
Reference in New Issue
Block a user