Confirmation on production readiness of diesel-async currently? #166
Replies: 1 comment 1 reply
-
I cannot answer your question about whether this library is "production ready" or not. That depends on your requirements alone. You need to take a look at the code and it's limitations and see if it fits your requirements or not. That's nothing someone else can do for you.
Performance is another matter that depends on your requirements. You shouldn't trust any external provided benchmarks if you really care about performance. You need to measure your own workloads there instead of relaying on something generic. That written, there are some benchmark results here: https://github.com/diesel-rs/metrics/
There exists no such document yet, but generally speaking all the methods on Finally: Our issue tracker is no support forum. Please do not use it to ask support questions. I've converted your issue to a discussion this time. For the next questions please use directly the support forum, or your issues will be closed as invalid. |
Beta Was this translation helpful? Give feedback.
-
Dear Weiznich & Co,
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?
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
Beta Was this translation helpful? Give feedback.
All reactions