Skip to content
This repository has been archived by the owner on Jan 29, 2023. It is now read-only.

rominf/peewee-erd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

peewee ERD

Draw ER diagram based on peewee models.

This project is heavily based on https://github.com/gustavi/peewee-graph-models.

Installation

To install the peewee ERD use pip:

$ pip install peewee-erd

To install the peewee ERD with live view use pip with extras:

$ pip install peewee-erd[live-view]

Usage

To draw the diagram run it with the path of models file:

$ peewee-erd <paths_of_models_files>...

For other variants of usage see help:

$ peewee-erd --help

Example output

This is the ER diagram generated for conceptnet-lite: ER diagram for conceptnet-lite

Releases

No releases published

Packages

No packages published

Languages