Question
I hate writing CRUD statements !!!!
Is there anything commonly used within the Coldfusion
community to accelerate the writing of your basic t-sql statements
??? (insert, select, update, delete). Whenever developing
coldfusion apps, I seem to spend an obscene amount of my time
manually writing a model for these when I'd be rather be focusing
on writing the harder logic. CFINSERT and CFUPDATE are not really
real world options.
I imagine if you want to use the cfqueryparam tag where appropriate, it would add another layer of complexity when trying to auto generate a model for a db table.
What are our options ? if any !!
The marketing line for CF, when compared to other server-side web technologies, is that it is more suited for faster development of applications. If that is the case, I'm not sure if working with DB's was considered. I believe other technologies offer more in terms of helping you with the repetitive basics.
I imagine if you want to use the cfqueryparam tag where appropriate, it would add another layer of complexity when trying to auto generate a model for a db table.
What are our options ? if any !!
The marketing line for CF, when compared to other server-side web technologies, is that it is more suited for faster development of applications. If that is the case, I'm not sure if working with DB's was considered. I believe other technologies offer more in terms of helping you with the repetitive basics.
