Skip to content

πŸ“• SQL data dictionary implemented in Powershell Core 7 with PSHTML module.

License

Notifications You must be signed in to change notification settings

AkioCode/SQLdictionary

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

8 Commits
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation


SQLdictionary

πŸ“• A SQL data dictionary implemented in Powershell Core with PSHTML module.

How to use β€’ Tested with β€’ Credits β€’ Contributing β€’ License

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


About

πŸ“• SQL data dictionary implemented in Powershell Core 7 with PSHTML module.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published