Skip to content

Latest commit

 

History

9 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PSminSQL

Minimal PS wrapper for .NET SQL connectors

Usage

Call Register-Assemblies.ps1 with the path to .NET SQL connector assemblies
Use Invoke-SQLQuery to make queries

Example

$Splat = @{
    Provider = 'MySql'
    ConnectionString = "Server=localhost;port=3306;user=root;password=root;database=mysql"
    Query = "Select * FROM help_keyword"
    }

$output = Invoke-SqlQuery @Splat

About

Minimal PS wrapper for .NET SQL connectors

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages