Documentation Home
MySQL Connector/Node.js Release Notes
Download these Release Notes
PDF (US Ltr) - 134.5Kb
PDF (A4) - 134.6Kb


MySQL Connector/Node.js Release Notes  /  Changes in MySQL Connector/Node.js 1.0  /  Changes in MySQL Connector/Node.js 1.0.5 (2016-11-14, Development Milestone)

Changes in MySQL Connector/Node.js 1.0.5 (2016-11-14, Development Milestone)

Functionality Added or Changed

  • Added APIs for transaction handling, which includes the session.startTransaction(), session.commit(), and session.rollback() functions.

  • Added a Table creation API.