🍺 BREW Explorer

← all formulae

eralchemy

brew install eralchemy v1.7.0 Apache-2.0

Simple entity relation (ER) diagrams generation

34
30-day installs · #5542
147
90-day · #4757
618
365-day · #4667
1.4k
★ GitHub stars · updated 3mo ago

Runtime dependencies

Build dependencies

GitHub topics

database documentation-tool mysql postgresql schema sql sqlalchemy visualization

Links

Raw metadata
{
  "aliases": [],
  "alternatives": [],
  "build_dependencies": [
    "pkgconf"
  ],
  "categories": [],
  "caveats": null,
  "conflicts_with": [],
  "dependencies": [
    "graphviz",
    "libpq",
    "openssl@3",
    "python@3.14"
  ],
  "deprecated": 0,
  "deprecation_reason": null,
  "desc": "Simple entity relation (ER) diagrams generation",
  "disable_reason": null,
  "disabled": 0,
  "enrichment_fetched_at": "2026-06-20T23:37:22+00:00",
  "first_seen": "2026-06-20T23:34:18+00:00",
  "full_name": "eralchemy",
  "github_default_branch": "main",
  "github_last_commit_at": "2026-05-05T14:20:10Z",
  "github_readme_excerpt": "[![license](https://img.shields.io/badge/License-Apache%202.0-yellow?logo=opensourceinitiative\u0026logoColor=white)](LICENSE)\n[![PyPI - Version](https://img.shields.io/pypi/v/eralchemy?logo=pypi\u0026logoColor=white)](https://pypi.org/project/ERAlchemy/)\n[![PyPI Downloads](https://img.shields.io/pypi/dm/eralchemy?logo=pypi\u0026logoColor=white)](https://pypi.org/project/eralchemy/)\n[![GitHub Actions Workflow Status](https://img.shields.io/github/actions/workflow/status/eralchemy/eralchemy/unit.yaml?logo=github\u0026logoColor=white)](https://github.com/eralchemy/eralchemy/actions/workflows/unit.yaml)\n[![Codecov](https://img.shields.io/codecov/c/github/eralchemy/eralchemy?logo=codecov\u0026logoColor=white\u0026token=gSfKRZVvAh)](https://app.codecov.io/gh/eralchemy/eralchemy/tree/main)\n\n# Entity relation diagrams generator\n\neralchemy generates Entity Relation (ER) diagram (like the one below) from databases or from SQLAlchemy models.\n\n## Example\n\n![Example for a graph](https://raw.githubusercontent.com/eralchemy/eralchemy/main/docs/_static/forum.svg \"Example for a simple Forum\")\n\n## Quick Start\n\n### Install\n\nTo install eralchemy, just do:\n\n    $ pip install eralchemy\n\n### Graph library flavors\n\nTo create Pictures and PDFs, eralchemy relies on either graphviz or pygraphviz.\n\nYou can use either\n\n    $ pip install eralchemy[graphviz]\n\nor\n\n    $ pip install eralchemy[pygraphviz]\n\nto retrieve the correct dependencies.\nThe `graphviz` library is the default if both are installed.\n\n`eralchemy` requires [GraphViz](http://www.graphviz.org/download) to generate the graphs and Python. Both are available for Windows, Mac and Linux.\n\nFor Debian based systems, run:\n\n    $ apt install graphviz libgraphviz-dev\n\nbefore installing eralchemy.\n\n### Install using conda\n\nThere is also a packaged version in conda-forge, which directly installs the dependencies:\n\n    $ conda install -c conda-forge eralchemy\n\n### Usage from Command Line\n\n#### From a database\n\n    $ eralchemy -i sqlite:///relative/path/to/db.db -o erd_from_",
  "github_repo": "eralchemy/eralchemy",
  "github_stars": 1417,
  "github_topics": [
    "database",
    "documentation-tool",
    "mysql",
    "postgresql",
    "schema",
    "sql",
    "sqlalchemy",
    "visualization"
  ],
  "homepage": "https://github.com/eralchemy/eralchemy",
  "homepage_og_description": null,
  "homepage_og_image": null,
  "homepage_title": null,
  "installs_30d": 34,
  "installs_365d": 618,
  "installs_90d": 147,
  "keg_only": 0,
  "keg_only_reason": null,
  "last_seen": "2026-06-20T23:34:18+00:00",
  "license": "Apache-2.0",
  "llm_generated_at": null,
  "llm_model": null,
  "name": "eralchemy",
  "oldnames": [],
  "one_liner": null,
  "optional_dependencies": [],
  "rank_30d": 5542,
  "rank_365d": 4667,
  "rank_90d": 4757,
  "raw_hash": "a88bb8d421797aa3",
  "recommended_dependencies": [],
  "revision": 0,
  "ruby_source_path": "Formula/e/eralchemy.rb",
  "tap": "homebrew/core",
  "test_dependencies": [],
  "uses_from_macos": [],
  "version_head": null,
  "version_stable": "1.7.0",
  "versioned_formulae": [],
  "why_use_this": null
}