Skip to main content

A database visualization tool

Project description

PySchemer

A database schema visualization tool

Usage

This app will try to create an ERD from an existing database. It tries to achieve this by asking the database about certain things, namely tables (their names and fields), and their relationships with other tables (foreign keys).

When you want to implement it for another SQL dialect, some fields might need to be overridden:

  • Database.get_tables
  • Database.describe_tables
  • Database.get_relationships

See the examples directory for a working example for MonetDB

Installation

From pip

pip install pyschemer

From source

Clone the repo, and run pip install . from within the cloned repo.

The installation of pygraphviz might fail on an M1 Mac, in that case run:

pip install --global-option=build_ext --global-option="-I$(brew --prefix graphviz)/include" --global-option="-L$(brew --prefix graphviz)/lib" pygraphviz

and run pip install . again.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pyschemer-1.1.1.tar.gz (3.9 kB view hashes)

Uploaded Source

Built Distribution

pyschemer-1.1.1-py3-none-any.whl (4.6 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page