actix-diesel icon indicating copy to clipboard operation
actix-diesel copied to clipboard

please update futures-rs to 0.3.1

Open Silentdoer opened this issue 4 years ago • 7 comments

like title

Silentdoer avatar Dec 16 '19 23:12 Silentdoer

I have no intention to do as I no longer use it so but I would accept a PR.

mehcode avatar Dec 17 '19 00:12 mehcode

Hi, @mehcode! Can I ask what are you using instead? Is it actix with diesel, but some other combination to make things easier, or did you switch to another web framework/language?

I am trying to choose right things to write my next project, would be great if you could give a small advice :)

Thank you

viktor-ku avatar Jan 12 '20 18:01 viktor-ku

@viktor-ku We are using https://github.com/launchbadge/sqlx/ now (which works fine with actix directly).


If you'd like to stay on Diesel, there is https://crates.io/crates/async-diesel and https://crates.io/crates/tokio-diesel available now. I'm not sure this actix-specific crate is important any more.

mehcode avatar Jan 12 '20 18:01 mehcode

@mehcode thanks a lot

viktor-ku avatar Jan 15 '20 17:01 viktor-ku

@mehcode do you know by any chance anything like that for Redis? I can't find anything that will work with pools and async out of the box.

viktor-ku avatar Jan 15 '20 17:01 viktor-ku

Funny you should mention that.

https://docs.rs/redisx/0.0.2/redisx/

Recently for a production use case we needed a redis client that was async; supported both TLS and authentication; and, has a connection pool.

Our needs for the client were super basic beyond that.

I was hoping something else would pop up but we can open source that if nothing has.

mehcode avatar Jan 15 '20 17:01 mehcode

@mehcode it would be fantastic if you could do that. I am looking for really basic functionality that I can use with actix. Nothing fancy. I can help maintaining the crate if you decide to open source it.

viktor-ku avatar Jan 15 '20 18:01 viktor-ku