Skip to content

Commit

Permalink
Update readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Esteban committed Dec 12, 2022
1 parent 4677957 commit c3aa6a7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@ npm install fwd/database

```js
const lowDb = require('@fwd/database')('lowdb') // json flat file
const localDb = require('@fwd/database')('local') // json multi-file, default.

const localDb = require('@fwd/database')('local') // json multi-file
const mongoDb = require('@fwd/database')('mongodb') // coming soon
const mySQL = require('@fwd/database')('mysql') // coming soon
```
Expand Down

0 comments on commit c3aa6a7

Please sign in to comment.