AI-powered
podcast player
Listen to all your favourite podcasts with AI-powered features
Is It Necessary to Remove the Query From the Context?
The licksier the one thing about how active queries work all of these appear functions right so if at some point you realize okay for example the user module gets too big because there's a lot of validation maybe also going on and change sets. You could easily move that into a module of its own but you could say okay now I'm gonna create a user queries model or even multiple queries model if you have distinct use cases where you might want to use those. Nothing is stopping you from splitting that app into multiple distinct paths then composing them back together which is like a very very nice quality of pure functions which which we have here. So why not start with the schema module and keep it