diff --git a/db/README.md b/db/README.md index 23564ee..508edb6 100644 --- a/db/README.md +++ b/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 . -``` \ No newline at end of file +The DB service is a simple database which provides CRUD and fast querying.