mirror of
https://github.com/kevin-DL/services.git
synced 2026-01-18 05:35:10 +00:00
update readme for db
This commit is contained in:
24
db/README.md
24
db/README.md
@@ -1,23 +1,5 @@
|
||||
# Db Service
|
||||
Simple DB service
|
||||
|
||||
This is the Db service
|
||||
# DB Service
|
||||
|
||||
Generated with
|
||||
|
||||
```
|
||||
micro new db
|
||||
```
|
||||
|
||||
## Usage
|
||||
|
||||
Generate the proto code
|
||||
|
||||
```
|
||||
make proto
|
||||
```
|
||||
|
||||
Run the service
|
||||
|
||||
```
|
||||
micro run .
|
||||
```
|
||||
The DB service is a simple database which provides CRUD and fast querying.
|
||||
|
||||
Reference in New Issue
Block a user