update readme for db

This commit is contained in:
Asim Aslam
2021-06-02 16:23:02 +01:00
parent 9a048e4f63
commit a36ed69846

View File

@@ -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.