node-sql-template-strings icon indicating copy to clipboard operation
node-sql-template-strings copied to clipboard

More flexible than Squel

Open gavinbelson opened this issue 6 years ago • 1 comments

For those of you choosing between sql-template-strings and squel. sql-template-strings is more flexible because of the way it can be manipulated, copied and appended. It is especially useful in combination with Sequelize.

Great work on this module.

gavinbelson avatar Dec 11 '18 01:12 gavinbelson

Just going to use this issue to mention Sqorn which has a beautiful API, IMO – see the examples.

It's not that far off from this library though, and sql-template-strings wins for me because:

  • It supports MySQL (and mysql2 specifically)
  • Has VSCode extension
  • Is generally more popular / better maintained

Thanks for it, @felixfbecker!

borekb avatar Apr 08 '19 09:04 borekb