Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add k0kubun/sqldef/mssqldef #8056

Merged

Conversation

frozenbonito
Copy link
Contributor

k0kubun/sqldef/mssqldef: Idempotent schema management for Microsoft SQL Server

$ aqua g -i k0kubun/sqldef/mssqldef

How to confirm if this package works well

Reviewers aren't necessarily familiar with this package, so please describe how to confirm if this package works well.
Please confirm if this package works well yourself as much as possible.

Command and output

$ mssqldef --help
Usage:
  mssqldef [options] db_name

Application Options:
  -U, --user=user_name       MSSQL user name (default: sa)
  -P, --password=password    MSSQL user password, overridden by $MSSQL_PWD
  -h, --host=host_name       Host to connect to the MSSQL server (default: 127.0.0.1)
  -p, --port=port_num        Port used for the connection (default: 1433)
      --password-prompt      Force MSSQL user password prompt
      --file=sql_file        Read schema SQL from the file, rather than stdin (default: -)
      --dry-run              Don't run DDLs but just show them
      --export               Just dump the current schema to stdout
      --skip-drop            Skip destructive changes such as DROP
      --help                 Show this help
      --version              Show this version

Reference

Verified

This commit was signed with the committer’s verified signature. The key has expired.
hairyhenderson Dave Henderson
[k0kubun/sqldef/mssqldef](https://github.com/k0kubun/sqldef): Idempotent schema management for Microsoft SQL Server

```console
$ aqua g -i k0kubun/sqldef/mssqldef
```

## How to confirm if this package works well

Reviewers aren't necessarily familiar with this package, so please describe how to confirm if this package works well.
Please confirm if this package works well yourself as much as possible.

Command and output

```console
$
```

If files such as configuration file are needed, please share them.

```
```

Reference

-
@suzuki-shunsuke suzuki-shunsuke added the enhancement New feature or request label Nov 24, 2022
@suzuki-shunsuke suzuki-shunsuke added this to the v3.96.1 milestone Nov 24, 2022
@suzuki-shunsuke
Copy link
Member

Thanks!

@suzuki-shunsuke suzuki-shunsuke merged commit 9d23630 into aquaproj:main Nov 24, 2022
@frozenbonito frozenbonito deleted the feat/k0kubun/sqldef/mssqldef branch November 24, 2022 14:46
@frozenbonito
Copy link
Contributor Author

Thank you for merging!

@suzuki-shunsuke
Copy link
Member

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants