diesel-oci VS quaint

Compare diesel-oci vs quaint and see what are their differences.

diesel-oci

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

quaint

SQL Query AST and Visitor for Rust (by prisma)
Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
diesel-oci quaint
2 4
16 586
- -
5.8 6.9
3 months ago about 1 year ago
Rust Rust
Apache License 2.0 Apache License 2.0
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-oci

Posts with mentions or reviews of diesel-oci. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-05-26.
  • Diesel 2.1
    5 projects | /r/rust | 26 May 2023
    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.
  • MSSQL and Rust
    4 projects | /r/rust | 19 Jan 2022
    That all written: Diesel is structured in such a way that you can implement support for another database as third party crate. There are already crates for oracle support and firebird support out there. Writing a similar crate to add support for MSSQL is definitively possible.

quaint

Posts with mentions or reviews of quaint. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-12-08.

What are some alternatives?

When comparing diesel-oci and quaint you can also consider the following projects:

rsfbclient - Rust Firebird Client

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

tusker - PostgreSQL migration management tool

awesome-rust - A curated list of Rust code and resources.

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

rustorm - an orm for rust

crates.io - The Rust package registry

migra - Like diff but for PostgreSQL schemas

barrel - 🛢 A database schema migration builder for Rust

rusqlite - Ergonomic bindings to SQLite for Rust

sea-orm - 🐚 An async & dynamic ORM for Rust