Comment on Ask HN: What is your go to stack for REST API?parentComments−TheyCallMeMaxi6yI use Sequelize as my ORM. There are debates around using/not using ORMs but personally I feel weird writing raw SQL in any language except a SQL terminal.
Comments
I use Sequelize as my ORM. There are debates around using/not using ORMs but personally I feel weird writing raw SQL in any language except a SQL terminal.