Re: Any recommended SQL query builders?
Posted: 10 January 2021, 18:55
You are missing the fact that query builders exist in many langages, including php. Just look at laravel ORM for instance. So if you are a developper outside of BGA world, it's actually using BGA framework that is difficult. The modules most of us are developping are precisely to get some features similar to what we know from.more classic flows/langagestchobello wrote: ↑10 January 2021, 18:20well, sorry , but I tend to agree with Ricardo on this...Tisaac wrote: ↑10 January 2021, 16:36This is not about learning sql, but about saving time and make stuff more easier to read.RicardoRix wrote: ↑10 January 2021, 15:42 I think the real answer is here, just learn SQL, it's not that tricky. As Hornir suggests, it's largely just SELECT, UPDATE.
Probably less tricky than using some else's library. And if you do use a library then it's likely you're still going to need some underlying SQL understanding to use it properly. For example, BGA provide some functions but you will still need to know SQL to know where the limitations might lie.
Query builder allow you construct partial queries that you can manipulate as any object and also auto cast when fetching. Really save me a lot of time on my games
It's quite impossible, for starters on BGA, to understand what advanced developers have done here...
they are re-writing quite everything, creating their own tools, modules, objects everywhere and so on.
yes, they are saving time, doing it their own way... on each project.
But when I want to read it, it feels like reading 'Choose Your Own Adventure'...
Sometimes, I feel like a dinosaur.