i see that MariaDB has its own npm package. is there any advantage(s)/disadvantage(s) of using this one over the older mysqljs package?
i would think the two could be used interchangeably, but that just a guess.
personally i have become a fan of sequelize, but it appears sequelize may not have a pure "insert" option, only "upsert" which may not work for me.