1.0.1 • Published 6 years ago

mongoose-erd v1.0.1

Weekly downloads
18
License
MIT
Repository
-
Last release
6 years ago

mongoose-erd

This package is for generating an ERD when using mongoose models

How to use

  1. install using yarn add mongoose-erd
  2. import the package import mongooseErd from 'mongoose-erd'
  3. use either mongooseErd.toString(mongoose) or mongooseErd.toFile(mongoose, FILE_PATH) and send your mongoose object

What does it do

The package generates an er file which can be converted into png\pdf\...

after getting the er file use the ERD tool to convert it to whatever you want.

you can even use atom erd package

if you need any help, write me an issue

Who is the most gever

Dean Shub