mirror of
https://github.com/janikvonrotz/awesome-powershell.git
synced 2025-03-03 12:29:26 -05:00
✨ (SQL Server): Add 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.
This commit is contained in:
parent
05095f118c
commit
9079291820
@ -184,6 +184,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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user