eralchemy icon indicating copy to clipboard operation
eralchemy copied to clipboard

Entity Relation Diagrams generation tool

Results 51 eralchemy issues
Sort by recently updated
recently updated
newest added

Unfortunatley, this repo became stale for a quite a while. As it is not compatible with current SQLAlchemy versions I created a fork of it. I wrote Alexis by mail...

As of this date, the latest release of SQLAlchemy is **1.4.37**. This release of SQLAlchemy causes the `render_er` function to throw an exception. I'm guessing a number of releases earlier...

Refs #92 This PR updates the test and CI setup so it is fully compatible with 3.7 both locally and on CI. * Use postgres container on CI * Switch...

With - Python 3.9.2 - sqlalchemy 1.4.0 I get this error: ``` Traceback (most recent call last): File "/home/julian/src/bruce-leads/.venv/lib/python3.9/site-packages/sqlalchemy/sql/base.py", line 1104, in __getattr__ return self._index[key] KeyError: '_data' The above exception...

Hi there, I was looking at using this tool as a handy "plugged onto SQLAlchemy" replacement to a custom script. I hit #80 and saw that #86 might fix it....

Maybe consider adding on the readme.MD info of the version of Graphviz that is compatible, especially for Windows. I used the latest version (3.0.0) and installing pygraphviz (from the requirements.txt)...

A couple of minor fixes I've required to use this package.

Now that Github supports rendering mermaid markdown for diagrams (https://github.blog/2022-02-14-include-diagrams-markdown-files-mermaid/), it would be nice for ERAlchemy to have the option of emitting mermaid-flavored markdown.

Hi there. I think this tool looks really useful and I'd like to contribute so that it supports [dbml](https://www.dbml.org/home/). However, right now when I try push to the repo I'm...

The requirements weren't installing and some of the tests were failing. This PR fixes that. It also uses dotenv to configure the db and db_user as environment variables to allow...