node-sql-template-strings
                                
                                 node-sql-template-strings copied to clipboard
                                
                                    node-sql-template-strings copied to clipboard
                            
                            
                            
                        More flexible than Squel
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.
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 mysql2specifically)
- Has VSCode extension
- Is generally more popular / better maintained
Thanks for it, @felixfbecker!