Skip to content

Latest commit

 

History

History
34 lines (18 loc) · 866 Bytes

README.md

File metadata and controls

34 lines (18 loc) · 866 Bytes

mssql-scripter for docker

This is a docker image for the mssql-scripter tool.

Based on @ianthetechie comment

Usage

Example:

docker run --rm smartondev/mssql-scripter --server "host.docker.internal\SQLINSTANCE" --database "mydb" --user "myuser" --password "mypassword"

For more options, see mssql-scripter.

Security

See SECURITY.md

Contributing

Welcome! I am happy that you want to make the project better.

Currently, there is no developed documentation for the process, in the meantime, please use issues and pull requests.

License

MIT, see LICENSE.

Author

Márton Somogyi