write vector binary type to database

This commit is contained in:
Dylan Knutson
2024-12-28 19:04:43 +00:00
parent 2b1865f3d4
commit bc88c54cb0
4 changed files with 80 additions and 24 deletions

View File

@@ -21,3 +21,4 @@ rand = "0.8"
rand_distr = "0.4"
tokio = { version = "1.35", features = ["full"] }
tokio-postgres = "0.7"
bytes = "1.5.0"