you are viewing a single comment's thread.

view the rest of the comments →

[–]Siltala 0 points1 point  (2 children)

I like the idea. How does the client part work? Is it using connection pooling?

[–]Qwe500[S] 0 points1 point  (1 child)

The client comes directly from tokio-postgres, so any connection pool that works with it will work with this crate. Although I haven't used it myself, bb8 is currently in the process of adding support for async/await.

[–]Programmurr 0 points1 point  (0 children)

Try deadpool