diesel_async VS cps

Compare diesel_async vs cps and see what are their differences.

diesel_async

Diesel async connection implementation (by weiznich)
Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
diesel_async cps
9 9
547 194
- 3.6%
7.0 7.9
12 days ago 6 days ago
Rust Nim
Apache License 2.0 MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

diesel_async

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.
  • Can I use an AGPL licensed crate in my closed source backend?
    1 project | /r/rust | 28 Aug 2022
    So I want to use diesel_async in my web backend.
  • 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

cps

Posts with mentions or reviews of cps. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-02-14.
  • Nim CPS: compile-time continuations
    2 projects | news.ycombinator.com | 14 Feb 2024
    2 projects | news.ycombinator.com | 14 Feb 2024
    This'll get you closer: https://github.com/nim-works/cps

    Sorry, I was in a hurry.

  • D Programming Language
    13 projects | news.ycombinator.com | 3 Dec 2023
    - https://github.com/nim-works/cps

    Or a neural network DSL or for a self-contained example, einsum:

  • NIR: Nim Intermediate Representation
    9 projects | news.ycombinator.com | 30 Sep 2023
    There has been a more-or-less working CPS implementation for Nim for a few years now,

    https://github.com/nim-works/cps

    https://github.com/nim-works/cps/tree/master/docs

    Nobody seems to care though, as it has gained no traction at all and it has been mostly ignored by the core team.

  • Nim v2.0 Released
    49 projects | news.ycombinator.com | 1 Aug 2023
    Ones that have not been mentioned so far:

    nlvm is an unofficial LLVM backend: https://github.com/arnetheduck/nlvm

    npeg lets you write PEGs inline in almost normal PEG notation: https://github.com/zevv/npeg

    futhark provides for much more automatic C interop: https://github.com/PMunch/futhark

    nimpy allows calling Python code from Nim and vice versa: https://github.com/yglukhov/nimpy

    questionable provides a lot of syntax sugar surrounding Option/Result types: https://github.com/codex-storage/questionable

    ratel is a framework for embedded programming: https://github.com/PMunch/ratel

    cps allows arbitrary procedure rewriting to continuation passing style: https://github.com/nim-works/cps

    chronos is an alternative async/await backend: https://github.com/status-im/nim-chronos

    zero-functional fixes some inefficiencies when chaining list operations: https://github.com/zero-functional/zero-functional

    owlkettle is a declarative macro-oriented library for GTK: https://github.com/can-lehmann/owlkettle

    A longer list can be found at https://github.com/ringabout/awesome-nim.

  • CPS – Also Known as Continuation-Passing Style – For Nim
    1 project | news.ycombinator.com | 5 Feb 2022
  • In Defense of Async: Function Colors Are Rusty
    3 projects | news.ycombinator.com | 5 Jan 2022
    I think the CPS attempt in Nim could do this

    https://github.com/nim-works/cps

  • Nim Version 1.6 Released
    37 projects | news.ycombinator.com | 19 Oct 2021
    * Goroutines are probably a lot more easier to use. Work is being done to make Nim even better in that area: https://github.com/nim-works/cps but don't expect it soonish.

    * I feel like Go has less 'edge cases', but the Nim compiler is steadily getting more stable, especially consider it's not backed up by a major company!

    * Metaprogramming is really powerful, but not beginner friendly. The documentation says use macros when necessary, but personally I don't think that really happens in practice.

    The advantages by far outweigh the disadvantages, especially if you are looking for a clean Go alternative(except maaaaaaybeee web application).

  • Looking for more example of nim's coroutines
    2 projects | /r/nim | 15 May 2021
    and the fifth: https://github.com/disruptek/cps

What are some alternatives?

When comparing diesel_async and cps you can also consider the following projects:

rbatis - Rust Compile Time ORM robustness,async, pure Rust Dynamic SQL

nim-chronos - Chronos - An efficient library for asynchronous programming

mirrord - Connect your local process and your cloud environment, and run local code in cloud conditions.

treesitter-unit - A Neovim plugin to deal with treesitter units

bb8 - Full-featured async (tokio-based) postgres connection pool (like r2d2)

httpbeast - A highly performant, multi-threaded HTTP 1.1 server written in Nim.

prisma-client-rust - Type-safe database access for Rust

p-map - Map over promises concurrently

tokio-uring - An io_uring backed runtime for Rust

jester - A sinatra-like web framework for Nim.

diesel - A safe, extensible ORM and Query Builder for Rust

godot-nim - Nim bindings for Godot Engine