p2sr / portal2-cm-boards-v2

A from-scratch rewrite of the Portal 2 Challenge mode Leaderboards using Rust (actix.rs) and JS (React).
https://danielbatesj.github.io/Portal2-Boards-Rust-API-Docs/docs/target/doc/doc/server/index.html
Apache License 2.0
3 stars 6 forks source link

ORM Issues with diesel.rs #4

Closed DanielBatesJ closed 3 years ago

DanielBatesJ commented 3 years ago

Waiting on aliased query support, or moving to a different ORM or query builder. Aliased support is needed for joining multiple times with the same table in a query (think coop times, we need two instances of the usersnew table to get user data for both players etc).

Contribute to PR for diesel?

DanielBatesJ commented 3 years ago

Moved to SQLX for native SQL queries.