From a9ba09866def6825a636a29a1acd13e9deb6d7e3 Mon Sep 17 00:00:00 2001 From: Chris Cochrun Date: Fri, 8 Sep 2023 14:57:48 -0500 Subject: [PATCH] update todo, possibly change to sqlx instead of diesel Diesel seems to add a lot of work to compile time, and ORMs are good, but can become troublesome. We'll see if it's actually worth the switch later though. --- TODO.org | 2 ++ 1 file changed, 2 insertions(+) diff --git a/TODO.org b/TODO.org index 07f35ed..d6c0c56 100644 --- a/TODO.org +++ b/TODO.org @@ -4,6 +4,8 @@ :END: * Tasks [0%] [0/0] +** TODO Consider converting diesel to raw sqlx instead +From what I can gather, sometimes an orm is just too hard to work around rather than doing raw sql queries ** TODO Database doesn't exist we crash :bug: [[file:~/dev/church-presenter/src/rust/song_model.rs::.expect("Error loading songs");]]