|
|
|
|
|
by mattrighetti
377 days ago
|
|
I can say a word or two about sea-query. I've used it for 3-4 months in a lot of my projects. For very basic queries it worked very well and I liked it quite a bit, but as soon as I had to do something a little less standard that's where I started to see the issues. Documentation is not really there yet and I ended up loosing tons of time trying to look for the right function in the crate that would translate in the query I had to make. I've blogged about that too if you're interested [0] (TLDR: I got back to using raw SQL) [0]: https://mattrighetti.com/2025/01/14/ditching-sea-query |
|