weiznich / diesel_async

Diesel async connection implementation
Apache License 2.0
659 stars 82 forks source link

Confirmation on production readiness of diesel-async currently? #165

Closed AbdulWMughal closed 4 months ago

AbdulWMughal commented 4 months ago

Dear Weiznich & Co,

1) On the initial release of this project you stated it wasn’t production ready. Can you confirm whether as of today the diesel-async crate is production ready?

2) Do you know if diesel performs better/quicker than executing raw SQL directly through a tokio_postgres client connection without using an ORM or query builder?

well done on your work so far i wish to see rust reach and surpass the level of production ready libraries and tools that other older more established languages (python, etc) have. Especially a pytorch equivalent.

lastly, could you link any documentation that lists all the new async methods from their old sync methods. Like execute.

Kind Regards