I\'m using MySQL for a Rails application and would like to be able to use this database for a Node.js app (in particular Tower.js). What is the most mature and/or performant dr
Here is a link to all the MySQL modules on the Node.js GitHub Wiki.
node-mysql seems to be what you're looking for. It has by far the most watchers and development looks very active.
However, there is quite a selection on the Wiki page, you might want to have a look there first to see if there is something that better suits your needs.