Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/khoido2003/.net_mes-broker
https://github.com/khoido2003/.net_mes-broker
Last synced: 21 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/khoido2003/.net_mes-broker
- Owner: khoido2003
- Created: 2024-11-20T10:30:21.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2024-11-20T16:38:31.000Z (about 2 months ago)
- Last Synced: 2024-11-20T17:37:19.427Z (about 2 months ago)
- Language: C#
- Size: 22.3 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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
```