Note: This is the migration API reference for FAKE 5. The new (modularized) API documentation can be found
here.
If the API is already migrated you can check here if exists in a module.
More information regarding the migration can be found here
DacPac
Contains helpers around deploying databases.
Nested types and modules
Type | Description |
DeployAction |
The type of action to execute. |
DeployDbArgs |
Configuration arguments for DacPac deploy |
Module | Description |
PropertyKeys |
Functions and values
Function or value | Description |
DacPac.DefaultDeploymentArgs
Signature: DeployDbArgs
|
The default DacPac deployment arguments. |
DacPac.deployDb(setParams)
Signature: setParams:(DeployDbArgs -> DeployDbArgs) -> unit
|
Deploys a SQL DacPac or database to another database or DacPac. |
DacPac.validPaths
Signature: string list
|