📕 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