@Lafougere , do you think we should implement <cfquery>or is this overkill ?
I was thinking what we could do i import knex.js. This is what we can use to build the query.
The user will be required to still setup a datasource, just like in cold fusion.
As far as building the query, we could just read the text block in the <cfquery> tag, and plug that string into knex as a raw query.
@Lafougere , do you think we should implement
<cfquery>
or is this overkill ? I was thinking what we could do i import knex.js. This is what we can use to build the query. The user will be required to still setup a datasource, just like in cold fusion. As far as building the query, we could just read the text block in the<cfquery>
tag, and plug that string into knex as a raw query.