felixfbecker / node-sql-template-strings

ES6 tagged template strings for prepared SQL statements 📋
ISC License
609 stars 40 forks source link

More flexible than Squel #95

Open gavinbelson opened 5 years ago

gavinbelson commented 5 years ago

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.

borekb commented 5 years ago

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:

Thanks for it, @felixfbecker!