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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file pyschemer-1.1.1.tar.gz.
File metadata
- Download URL: pyschemer-1.1.1.tar.gz
- Upload date:
- Size: 3.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.0 CPython/3.9.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c141eb99e433f3f998b4543569b61750fb700470c167a40c0bd9af866d7c2748
|
|
| MD5 |
d96834aa3f3400dfe8245a6b406fcdf4
|
|
| BLAKE2b-256 |
f6a4d8d74fef46d4715fdece08a517aab81d1a3d3163cf24c34cbcea0dd20e7e
|
File details
Details for the file pyschemer-1.1.1-py3-none-any.whl.
File metadata
- Download URL: pyschemer-1.1.1-py3-none-any.whl
- Upload date:
- Size: 4.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.0 CPython/3.9.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
176d4084ef0b3916c2d5896052245917719e776c6ef48bea10876e7c583dfc70
|
|
| MD5 |
f03c5e6990a554f234bdd3ba89b2240a
|
|
| BLAKE2b-256 |
b6cac99e1a0ab23b602decd5e8ed40a0e6a07fdc34b679045b60412791bc90e9
|