MySQL

Integration published by Jovo | 5,181 downloads

Store user data in a MySQL database

MySQL Database Integration

Learn how to store user specific data of your Alexa Skills and Google Actions to a MySQL database.

Introduction

The MySQL database integration allows you to store user specific data into this widely adopted relational database.

Configuration

Download the package like this:

MySQL database integration can be enabled in the src/app.js file like this:

In your config.js file, you can set the db configuration like this:

This is the default configuration for MySQL, if not specified otherwise:

Once the configuration is done, the MySQL database integration will create a table in your Database on the first read/write attempt.

MySQL Changelog

Current version might be higher than the latest changes displayed below because of updates of dependencies.

3.0.11 (2020-04-06)

  • Updated Typescript to 3.8.x
  • Updated Prettier to 2.x

Committers: 2

2.x

Find the 2.x changelog here.

Join Our Newsletter

Be the first to get our free tutorials, courses, and other resources for voice app developers.