Skip to content

Commit dd40484

Browse files
committed
readme
1 parent 8fe9e9f commit dd40484

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

README.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
# @moleculer/database
99
Advanced Database Access Service for Moleculer microservices framework. Use it to persist your data in a database.
1010

11-
**This project is in work-in-progress. Don't use it in production.**
11+
**This project is in work-in-progress. Be careful using it in production.**
1212

1313
>this module follows the *one database per service* pattern. To learn more about this design pattern and its implications check this [article](https://microservices.io/patterns/data/database-per-service.html). For *multiple entities/tables per service* approach check [FAQ](faq.html#DB-Adapters-moleculer-db).
1414
@@ -29,12 +29,10 @@ Advanced Database Access Service for Moleculer microservices framework. Use it t
2929
- Multi-tenancy
3030

3131
## Install
32-
<!-- ```
33-
npm i @moleculer/database nedb
34-
``` -->
3532
```
36-
npm i moleculerjs/database nedb
33+
npm i @moleculer/database nedb
3734
```
35+
> Installing `nedb` is optional. It can be good for prototyping.
3836
3937
## Usage
4038

0 commit comments

Comments
 (0)