Skip to content

Commit

Permalink
Db Migrations Example
Browse files Browse the repository at this point in the history
  • Loading branch information
JordanMarr committed Mar 13, 2024
1 parent 0490348 commit 92c6a8b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -311,12 +311,12 @@ let main argv =
|> Async.RunSynchronously
```

### Passing Dependencies to Commands
### Database Migrations Example

This real-life example for running database migrations demonstrates the following features:
* Uses Microsoft.Extensions.Hosting.
* Passes the `ILogger` to the commands.
* Uses async/task commands.
* Passes the `ILogger` dependency to the commands.
* Shows help if no command is passed.

```F#
Expand Down

0 comments on commit 92c6a8b

Please sign in to comment.