You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-5Lines changed: 3 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@
8
8
# @moleculer/database
9
9
Advanced Database Access Service for Moleculer microservices framework. Use it to persist your data in a database.
10
10
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.**
12
12
13
13
>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).
14
14
@@ -29,12 +29,10 @@ Advanced Database Access Service for Moleculer microservices framework. Use it t
29
29
- Multi-tenancy
30
30
31
31
## Install
32
-
<!-- ```
33
-
npm i @moleculer/database nedb
34
-
``` -->
35
32
```
36
-
npm i moleculerjs/database nedb
33
+
npm i @moleculer/database nedb
37
34
```
35
+
> Installing `nedb` is optional. It can be good for prototyping.
0 commit comments