0.2.0 • Published 4 years ago

parse-server-schema-to-dbml v0.2.0

Weekly downloads
5
License
MIT
Repository
github
Last release
4 years ago

parse-server-SCHEMA-to-DBML

Convert ParseServer _SCHEMA Mongo collection data to DBML (SQL by dbdiagram.io) to visualize relations between Parse classes

ParseServer

DBML

dbdiagram

Requirements

Install Node.js, recommended >= v12.x with NVM

Installation

npm install -g parse-server-schema-to-dbml

Usage

1. Export data from Mongo collection to the JSON file as array of documents

mongoexport --uri="${MONGO_URI}" --collection _SCHEMA --jsonArray --out _SCHEMA.json

NOTE: do not worry about DB data leak, _SCHEMA.json is part of .gitignore 😎

2. Convert data from _SCHEMA.json to the DBML _SCHEMA.dbml

parseServerSchema2dbml -i _SCHEMA.json -o _SCHEMA.dbml

NOTE: do not worry about DB data leak, _SCHEMA.dbml is also part of .gitignore 😎

Short call

parseServerSchema2dbml

NOTE

Default values are ./_SCHEMA.json for the -i (--input) and ./_SCHEMA.dbml for the -o (--output) options.

3. Import data to dbdiagram.io

Paste everything from _SCHEMA.dbml or other file defined at --output option to the empty or some existing diagram at the dbdiagram.io

0.2.0

4 years ago

0.1.7

4 years ago

0.1.6

4 years ago

0.1.5

4 years ago

0.1.4

4 years ago

0.1.3

4 years ago

0.1.2

4 years ago

0.1.1

4 years ago

0.1.0

4 years ago