Skip to content
#

erd

Here are 258 public repositories matching this topic...

dbeaver
KOLANICH
KOLANICH commented Jan 11, 2019

Sometimes it is needed to store compressed data in the DB. Unfortunately not all the DBs have built-in compression and FUSE compressed FSes are not available for every OS. So it may make sense to store compressed binary blobs in the DB.

Unfortunately when one sees them in DBeaver he sees them compressed, but often they are needed uncompressed. So it'd be nice to have a feature to decompress the

kasir-barati
kasir-barati commented Aug 18, 2021

What id did

  1. npm i -D mongo-auto-erd
  2. Add this scripts in the package.json file: "erd": "mongo-erd --db dbname --outfile ./erd --uri mongodb+srv://user:pass@atlas.mongo.net/dbname?authSource=admin&replicaSetatlas-xyz&readPreference=primary&ssl=true"

error message

\ Connecting to databaseMongoError: CMD_NOT_ALLOWED: mapReduce
    at MessageStream.messageHandler (
bug good first issue

Improve this page

Add a description, image, and links to the erd topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the erd topic, visit your repo's landing page and select "manage topics."

Learn more