π A SQL data dictionary implemented in Powershell Core with PSHTML module.
How to use β’ Tested with β’ Credits β’ Contributing β’ License
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.
- π PostgreSQL 12 and above;
- 𧬠SQL Server 2017.
This software uses the following open source packages:
- πͺ Powershell Core
- π¦ PSHTML
- π¦ SqlServer (PS Module)
- π HTML layout and style were taken from here
- π° Logo was taken from here
π₯ Pull requests and π Stars are always welcome !
π MIT