mssql-scripter

Repository for the new SQL cross-platform command line tools

  • 所有者: microsoft/mssql-scripter
  • 平台:
  • 許可證: Other
  • 分類:
  • 主題:
  • 喜歡:
    0
      比較:

Github星跟蹤圖

.. image:: https://travis-ci.org/Microsoft/mssql-scripter.svg?branch=dev
:target: https://travis-ci.org/Microsoft/mssql-scripter

.. image:: https://ci.appveyor.com/api/projects/status/vpm8p71265ijytqs/branch/dev?svg=true
:target: https://ci.appveyor.com/project/MrMeemus/mssql-scripter

.. image:: https://codecov.io/gh/Microsoft/mssql-scripter/branch/dev/graph/badge.svg?token=M96uWrHOIu
  :target: https://codecov.io/gh/Microsoft/mssql-scripter/branch/dev

.. image:: https://badge.fury.io/py/mssql-scripter.svg
:target: https://pypi.python.org/pypi/mssql-scripter

.. image:: https://img.shields.io/pypi/pyversions/mssql-scripter.svg
:target: https://travis-ci.org/Microsoft/mssql-scripter

mssql-scripter

We’re excited to introduce mssql-scripter, a multi-platform command line
experience for scripting SQL Server databases.

mssql-scripter is the multiplatform command line equivalent of the widely used Generate Scripts Wizard experience in SSMS. You can use mssql-scripter on Linux, macOS, and Windows to generate data definition language (DDL) and data manipulation language (DML) T-SQL scripts for database objects in SQL Server running anywhere, Azure SQL Database, and Azure SQL Data Warehouse. You can save the generated T-SQL script to a .sql file or pipe it to standard nix utilities (for example, sed, awk, grep) for further transformations. You can edit the generated script or check it into source control and subsequently execute the script in your existing SQL database deployment processes and DevOps pipelines with standard multiplatform SQL command line tools such as sqlcmd.

mssql-scripter is built using Python and incorporates the usability principles of the new Azure CLI 2.0 tools.

Installation

.. code:: bash

$ pip install mssql-scripter

Please refer to the installation guide_ for detailed install instructions.

Usage

Please refer to the usage guide_ for details on options and example usage.

For general help content, pass in the -h parameter:

.. code:: bash

$ mssql-scripter -h

Contributing

If you would like to contribute to the project, please refer to the development guide_.

Reporting issues and feedback

If you encounter any bugs with the tool please file an issue in the
Issues_ section of our GitHub repo.

Code of Conduct

This project has adopted the Microsoft Open Source Code of Conduct_.

For more information see the Code of Conduct FAQ_ or contact
opencode@microsoft.com with any additional questions or comments.

License

mssql-scritper is licensed under the MIT license_.

.. _installation guide: doc/installation_guide.md
.. _development guide: doc/development_guide.md
.. _usage guide: doc/usage_guide.md
.. _Issues: https://github.com/Microsoft/mssql-scripter/issues
.. _Microsoft Open Source Code of Conduct: https://opensource.microsoft.com/codeofconduct/
.. _Code of Conduct FAQ: https://opensource.microsoft.com/codeofconduct/faq/
.. _MIT license: https://github.com/Microsoft/mssql-scripter/blob/dev/LI

概覽

名稱與所有者microsoft/mssql-scripter
主編程語言Python
編程語言Batchfile (語言數: 3)
平台
許可證Other
發布數5
最新版本名稱v1.0.0a23 (發布於 )
第一版名稱v1.0.0a18 (發布於 )
創建於2017-01-31 23:10:10
推送於2022-11-25 08:04:20
最后一次提交2017-11-17 09:15:37
星數734
關注者數67
派生數141
提交數241
已啟用問題?
問題數185
打開的問題數113
拉請求數86
打開的拉請求數5
關閉的拉請求數8
已啟用Wiki?
已存檔?
是復刻?
已鎖定?
是鏡像?
是私有?
去到頂部