Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
icebob committed Oct 2, 2022
1 parent 8fe9e9f commit dd40484
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
# @moleculer/database
Advanced Database Access Service for Moleculer microservices framework. Use it to persist your data in a database.

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

>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).
Expand All @@ -29,12 +29,10 @@ Advanced Database Access Service for Moleculer microservices framework. Use it t
- Multi-tenancy

## Install
<!-- ```
npm i @moleculer/database nedb
``` -->
```
npm i moleculerjs/database nedb
npm i @moleculer/database nedb
```
> Installing `nedb` is optional. It can be good for prototyping.
## Usage

Expand Down

0 comments on commit dd40484

Please sign in to comment.