diesel_async

Diesel async connection implementation (by weiznich)

Diesel_async Alternatives

Similar projects and alternatives to diesel_async

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better diesel_async alternative or higher similarity.

diesel_async reviews and mentions

Posts with mentions or reviews of diesel_async. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-07-22.
  • Diesel 2.0.0 RC1
    11 projects | /r/rust | 22 Jul 2022
    The already linked discussion from last time already contains a lot of information about this. Diesel itself does not provide async operations and that will likely remain that way for a foreseeable future. At least my preferred solution is to keep async support in a separate crate. A prototype for this is currently available here. Keep in mind that this is not released yet, so there might be bugs everywhere. I plan to cut a first release of this crate after the final release of diesel 2.0, which means hopefully soon. As for ETA's: I generally do not give any ETA's for releases, as this is currently a free time project for me.
  • Any active open source repos built using Rust that need development ?
    11 projects | /r/rust | 16 Jun 2022
    So, diesel is an ORM that tries to take full advantage of rust's typing expressivity to allow for statically checked, and fast, queries. I absolutely loved it when trying it out the first time.
  • Reviews of the Diesel ORM, are there better alternatives?
    11 projects | /r/rust | 15 May 2022
    i don't see why you or anyone else would consider it too big of an issue that Diesel doesn't have async. For those who really want async diesel right now, the author already released diesel_async as a stop-gap solution, but even without that there's nothing wrong with using spawn_blocking. It feels worse than it really is to use blocking thread pools; until io_uring is a thing, there's no real getting around the necessity of threads being blocked for I/O and so adding async to the mix doesn't magically make things faster.
  • What is your go-to database crate for PostgreSQL?
    2 projects | /r/rust | 3 May 2022
    As for now there is an prototype available here. It's technically feature complete, but depends on a unpublished diesel version + has some remaining bugs with certain mysql versions. If that is fixed I will likely publish a first alpha version officially. That can take same time because that's a second large project that needs maintenance time beside diesel itself and that's quite a lot to do in my free time. You can support this work by sponsoring me on github
  • Diesel 2.0.0 RC.0
    4 projects | /r/rust | 22 Apr 2022
    Async support for diesel currently lives in a separate repository as there are language level blocking issues for publishing a version of this crate where we could commit to a stable release at all. See the corresponding diesel issue for details.
  • Async Rust in 2022
    7 projects | /r/rust | 3 Feb 2022
    https://github.com/weiznich/diesel_async tho'.
  • diesel-async: An async version of diesel
    3 projects | /r/rust | 16 Jan 2022
    Weiznich (the maintainer of Diesel) has created an experimental async version of the diesel Connection and RunQueryDsl traits, which should help with ease-of-use for Diesel within async contexts. It is not yet published on crates, but you can find it here: https://github.com/weiznich/diesel_async
  • In Defense of Async: Function Colors Are Rusty
    3 projects | news.ycombinator.com | 5 Jan 2022
  • A note from our sponsor - InfluxDB
    www.influxdata.com | 17 Apr 2024
    Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality. Learn more →

Stats

Basic diesel_async repo stats
9
544
7.0
6 days ago
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com