Diesel 2.1

This page summarizes the projects mentioned and recommended in the original post on /r/rust

InfluxDB - Power Real-Time Data Analytics at Scale
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.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • diesel

    A safe, extensible ORM and Query Builder for Rust

  • Essentially you would need to implement Backend + Connection (+ the whole bunch of helper traits) for this type. That's ~1kloc for all of that. The PR that introduced this feature has more details on the exact implementation that's generated.

  • migra

    Like diff but for PostgreSQL schemas

  • Is this similar to migra? There's a tool written in Rust that calls it, postgres_migrator (there's also tusker)

  • InfluxDB

    Power Real-Time Data Analytics at Scale. 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.

    InfluxDB logo
  • postgres_migrator

    A postgres migration generator and runner that uses raw declarative sql.

  • Is this similar to migra? There's a tool written in Rust that calls it, postgres_migrator (there's also tusker)

  • tusker

    PostgreSQL migration management tool

  • Is this similar to migra? There's a tool written in Rust that calls it, postgres_migrator (there's also tusker)

  • diesel-oci

    A backend implementation for diesel (https://github.com/diesel-rs/diesel) for oracle sql database.

  • I've now update one of the custom connection implementations my company maintains: https://github.com/GiGainfosystems/diesel-oci/pull/49 That should give you an impression what needs to be done there. Feel free to reach out if you have questions.

  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • What ORM do you use?

    6 projects | /r/rust | 9 May 2023
  • Celebrating 3,000+ GitHub Stars 🎉

    4 projects | dev.to | 29 Aug 2022
  • Is there a CLI interface to browse SQL databases?

    3 projects | /r/commandline | 10 Aug 2022
  • What's new in SeaORM 0.9.0

    6 projects | dev.to | 18 Jul 2022
  • Cómo usar gRPC con Rust Tonic y Postgres con ejemplos

    2 projects | dev.to | 11 Jun 2022