ts-sql-plugin
ts-sql-plugin copied to clipboard
TypeScript Language Service Plugin for SQL with a tagged template strings SQL builder.
Code: ```ts const startDateSql = sql.mock(startDate.toISOString()) const endDateSql = sql.mock(endDate.toISOString()) const query = sql` SELECT ${startDateSql}::timestamp with time zone AS "start", ${endDateSql}::timestamp with time zone AS "end" ... ` ```...
Thanks for the plugin, it's awesome, I hope you continue to support it. 1) @xialvjun @darky I don't know exactly which side this process takes place on (vscode or typescript...
This seems like an awesome tool but I am a little confused trying to figure out how to use it from reading the README alone. Can you explain more what...
Bumps [serialize-javascript](https://github.com/yahoo/serialize-javascript) to 6.0.2 and updates ancestor dependency [mocha](https://github.com/mochajs/mocha). These dependencies need to be updated together. Updates `serialize-javascript` from 6.0.0 to 6.0.2 Release notes Sourced from serialize-javascript's releases. v6.0.2 fix:...