Skip to content
This repository has been archived by the owner on Mar 24, 2024. It is now read-only.

robinbihun/pvc-sql

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pvc-sql

PVC SQL Plugin to run SQL Scripts as a task

Examples:

pvc.Source("db/*.sql")
   .Pipe(new PvcSql(
      connectionString: "Data Source=.;Initial Catalog=PVCSandbox;Integrated Security=True",
			providerName: "MsSql"
   ));

####PvcSql Configuration Options The following options are available as named parameters of the constructor:

connectionString (Required) The connection string to your database.

providerName The database provider to use. Defaults to MsSql. Valid values are:

  • MsSql
  • MySql
  • PostgreSql

About

SQL Plugin for PVC Task Runner

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages