Hi,
I'm just starting with BGA game development. Going through the tutorial, I was terrified that we are expected to write pure SQL. This is terrible developer experience, given the possibility of typos and the difficulty of debugging, I expect to save much time by using a query builder. After a quick googling, my best idea is to try adding https://github.com/nilportugues/php-sql-query-builder/
Does anyone have any experience with using a query builder in BGA? Do you have any recommended library to use?
I'm just starting with BGA game development. Going through the tutorial, I was terrified that we are expected to write pure SQL. This is terrible developer experience, given the possibility of typos and the difficulty of debugging, I expect to save much time by using a query builder. After a quick googling, my best idea is to try adding https://github.com/nilportugues/php-sql-query-builder/
Does anyone have any experience with using a query builder in BGA? Do you have any recommended library to use?