Skip to content

deanshub/mongoose-erd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Generate an ERD using mongoose models

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published