Merge pull request #116 from hjorslev/simplysql

(SQL Server): Add SimplySql
This commit is contained in:
Janik Vonrotz 2020-07-10 08:10:52 +02:00 committed by GitHub
commit ee3ae9f6bc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -214,6 +214,7 @@ It includes a command-line shell and an associated scripting language.
## SQL Server
* [dbatools](https://dbachecks.io) - Helps SQL Server Pros be more productive with instance migrations and much more.
* [SimplySql](https://github.com/mithrandyr/SimplySql) - SimplySql is a module that provides an intuitive set of cmdlets for talking to databases that abstracts the vendor specifics. The basic pattern is to connect to a database, execute one or more sql.
## Testing