This is part of the Fake.Sql.SqlPackage module.

SqlPackage

Contains helpers around deploying databases.

Nested types and modules

TypeDescription
DeployAction

The type of action to execute.

DeployDbArgs

Configuration arguments for DacPac deploy

ModuleDescription
PropertyKeys

Functions and values

Function or valueDescription
SqlPackage.deployDb(setParams)
Signature: setParams:(DeployDbArgs -> DeployDbArgs) -> unit

Deploys a SQL DacPac or database to another database or DacPac.

Active patterns

Active patternDescription
SqlPackage.( |NullOrEmptyString|NonEmptyString| )(...)
Signature: x:string -> Choice<unit,string>