Skip to content

Commit 67f4481

Browse files
authored
[xitca-web] add toasty as orm (#10294)
* [xitca-web] add toasty as orm * dep update * reduce dep * use sync pipeline for multiple queries * reduce usage of explicty vector size hint * remove unnecssary iterator method * simplify pipelined update query * dedup main functions * prevent pg server from deadlocking itself
1 parent 86decfa commit 67f4481

19 files changed

+1006
-669
lines changed
Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
11
[build]
22
rustflags = ["-C", "target-cpu=native", "--cfg", "tokio_unstable"]
33
incremental = false
4-
5-
[target.wasm32-wasip1-threads]
6-
rustflags = ["-C", "target-feature=+simd128", "--cfg", "tokio_unstable"]

0 commit comments

Comments
 (0)