Skip to content

Latest commit

 

History

History
63 lines (44 loc) · 2.02 KB

README.md

File metadata and controls

63 lines (44 loc) · 2.02 KB


SQLdictionary

📕 A SQL data dictionary implemented in Powershell Core with PSHTML module.

How to useTested withCreditsContributingLicense

screenshot

How to use

To clone and run this application, you'll need Git, Powershell Core installed on your computer. From your powershell command line:

# Upgrade to Powershell's latest stable version 
$ iex "& { $(irm https://aka.ms/install-powershell.ps1) } -UseMSI"

# Or upgrade to Powershell's preview version
$ iex "& { $(irm https://aka.ms/install-powershell.ps1) } -UseMSI -Preview"

# Clone this repository
$ git clone https://github.com/AkioCode/SQLdictionary.git

# Go into the program's folder
$ cd .\SQLdictionary\app\scripts

# Run the app
$ .\Export-Dictionary.ps1 -OutFile "~\path\to\output"

Note: If you're using PostgreSQL, you'll need to install PostgreSQL ODBC Driver.

Tested with

  • 🐘 PostgreSQL 12 and above;
  • 🧬 SQL Server 2017.

Credits

This software uses the following open source packages:

Contributing

📥 Pull requests and 🌟 Stars are always welcome !

License

🏛 MIT