Skip to content

Releases: dhurlburtusa/mysql-admin-sql-gen

0.1.1 Release

14 Jun 22:13

Choose a tag to compare

Added

  • Reference to the alterUser function.

0.1.0 Release

12 Jun 02:12

Choose a tag to compare

Added

  • ALTER USER Support

0.0.0 Release

10 Jun 17:42

Choose a tag to compare

First release.

0.0.0-alpha.3

10 Jun 17:25

Choose a tag to compare

0.0.0-alpha.3 Pre-release
Pre-release

Fixed

  • Use Pika build when publishing.

0.0.0-alpha.2

10 Jun 16:54

Choose a tag to compare

0.0.0-alpha.2 Pre-release
Pre-release

Added

  • Support for ESM.
  • Links to MySQL Documentation.
  • README badges.
  • Grant example.

0.0.0-alpha.1

09 Jun 19:16

Choose a tag to compare

0.0.0-alpha.1 Pre-release
Pre-release

Fixed

  • Pre-commit hook configuration.

Added

  • A no-op build script.

Initial Alpha Release

09 Jun 18:54

Choose a tag to compare

Initial Alpha Release Pre-release
Pre-release

This is the initial code base. It adds the ability to:

  • Create databases
  • Create roles
  • Create users
  • Drop databases
  • Drop roles
  • Drop users
  • Grant privileges
  • Revoke privileges