Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

al-ign/PSminSQL

Open more actions menu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
9 Commits
 
 
 
 
 
 
 
 
 
 

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

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Morty Proxy This is a proxified and sanitized view of the page, visit original site.