Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/khoido2003/.net_mes-broker


https://github.com/khoido2003/.net_mes-broker

Last synced: 21 days ago
JSON representation

Awesome Lists containing this project

README

        

# Message Broker

## Database

### Migrate Db

bash

```
dotnet ef migrations add ininitialMigration
```

### Update tool

bash

```
dotnet tool update --global dotnet-ef
```

### Commit DB

bash

```
dotnet ef database update
```