This is the MySQL adapter for Any-DB. It relies on the mysql
database driver to create connection and query objects that conform to the
Any-DB API. It's almost
identical to require('mysql')
but lets you're app code be somewhat more
database agnostic.
npm install any-db-mysql
MIT