1.1.11 • Published 7 days ago

@amplication/plugin-db-mysql v1.1.11

Weekly downloads
-
License
Apache-2.0
Repository
-
Last release
7 days ago

@amplication/plugin-db-mysql

NPM Downloads

Use a MySQL database in the service generated by Amplication.

Purpose

This plugin adds the required code to use MySQL database in the service generated by Amplication. It updateds the following parts:

  • Updates the datasource on the schema.prisma file:
    • For versions older than 1.3.3 the datesource name is based on the database type
      • mySQL - the datasource name is mysql
    • From version 1.3.3 the datasource name is db, no matter what is the database type
  • From version 1.3.3 as the datasouce name is db, all the custom attributes that use the @{datasource.name}.{nameOfTheAttribute} are replaced with @db.{nameOfTheAttribute}
  • Adds the requires services and varables to docker-compose.yml
  • Add the db service to the docker-compose.dev.yml
  • Add the requires environment variables to .env

Configuration

The plugin uses the parameters configured on the database tab on the service settings page

image

Usage

This plugin integrates with the all default tasks and scripts used by the generated service:

    "seed": "ts-node scripts/seed.ts",
    "db:migrate-save": "prisma migrate dev",
    "db:migrate-up": "prisma migrate deploy",
    "db:clean": "ts-node scripts/clean.ts",
    "db:init": "run-s \"db:migrate-save -- --name 'initial version'\" db:migrate-up seed",
    "prisma:generate": "prisma generate",
    "docker:db": "docker-compose -f docker-compose.db.yml up -d",
    "docker:build": "docker build .",
    "compose:up": "docker-compose up -d",
    "compose:down": "docker-compose down --volumes"
1.1.11

7 days ago

1.1.9

2 months ago

1.1.8

2 months ago

1.1.10

2 months ago

1.1.7

4 months ago

1.1.6

4 months ago

1.1.5

5 months ago

1.1.4

9 months ago

1.1.3

9 months ago

1.1.2

9 months ago

1.1.1

11 months ago

1.1.1-beta.0

11 months ago

1.1.1-beta.1

11 months ago

1.1.0

12 months ago

1.0.0

1 year ago

0.2.6

1 year ago

0.2.3

1 year ago

0.2.2

1 year ago

0.2.5

1 year ago

0.2.4

1 year ago

0.2.1

1 year ago

0.2.0

1 year ago

0.1.0

1 year ago

0.1.1

1 year ago

0.1.3

1 year ago

0.0.6

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago