Page MenuHomePhabricator

Investigate Node-MySQL driver
Closed, DeclinedPublic

Event Timeline

Sequelize seems to be a good ORM for nodejs + MySQL/MariaDB, which relies on the official mariadb driver node package.

If we're going to go the ORM route, that looks like a good choice, at least insofar as it looks like the most popular choice out there. We could also consider a query builder (e.g., knex) to get a nicer interface in JS without the potential inefficiencies of a full-on ORM.

bearND subscribed.

Looks like we won't be needing this for v1 at least. We can reopen if this changes.