It will mostly create more queries functions which...
# squarelibraries
h
It will mostly create more queries functions which are not used, like selectByID, selectAll, insert, insertFull. What about delete/upsert/replace etc. and their ID only counterparts too? Especially you would do deleting in a transaction to keep consistent data, so it highly depends on your business logic. I agree, it is annoying to create the queries manually, but you only write the basic crud queries once and mostly write more complex queries.