Kyle Nunery
  • Home
Subscribe
Tagged

mysql

A collection of 1 post

mysql

Accessing MySQL in Node

Sequelize is my current node package that I use to access MySQL.  I particularly like this package because is also has PostgreSQL and SQLite support.  You can install this package in one of two ways for the mysql dialect: // 1. npm install sequelize npm install mysql@~2.0.0-alpha7 // 2.

Kyle Nunery Oct 7, 2013 • 1 min read
Kyle Nunery © 2022
Powered by Ghost