Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

east-mysql

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

east-mysql - npm Package Compare versions

Comparing version 0.1.0 to 0.2.0

4

package.json
{
"name": "east-mysql",
"version": "0.1.0",
"version": "0.2.0",
"description": "MySQL adapter for \"east\" (node.js database migration tool)",

@@ -28,3 +28,3 @@ "main": "./lib/adapter",

"async": "~0.9.0",
"mysql": "2.0.0",
"mysql": ">=2.0.0",
"pg-connection-string": "~0.1.3"

@@ -31,0 +31,0 @@ },

@@ -84,3 +84,11 @@ # east mysql

east rollback
## Creating the database
if the database doesn't exist when first migration is created, add the following to the JSON in your `.eastrc` file
"createDbOnConnect": true
This will automatically create the database if it doesn't exist
## Running tests

@@ -87,0 +95,0 @@

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc