Contents

eralchemy 1.6.0

0

Simple entity relation (ER) diagrams generation

Simple entity relation (ER) diagrams generation

Stars: 1399, Watchers: 1399, Forks: 130, Open Issues: 10

The eralchemy/eralchemy repo was created 10 years ago and the last code push was 1 months ago.
The project is very popular with an impressive 1399 github stars!

How to Install eralchemy

You can install eralchemy using pip

pip install eralchemy

or add it to a project with poetry

poetry add eralchemy

Package Details

Author
None
License
Apache-2.0
Homepage
None
PyPi:
https://pypi.org/project/eralchemy/
GitHub Repo:
https://github.com/Alexis-benoist/eralchemy

Classifiers

  • Database
  • Scientific/Engineering/Visualization
  • Software Development/Libraries/Python Modules
No  eralchemy  pypi packages just yet.

Errors

A list of common eralchemy errors.

Code Examples

Here are some eralchemy code examples and snippets.

GitHub Issues

The eralchemy package has 10 open issues on GitHub

  • Feature request: columns order
  • Feature request: add option to also display list of constraints

See more issues on GitHub

Related Packages & Articles

pgsync 7.0.5

Postgres/MySQL/MariaDB to Elasticsearch/OpenSearch sync

aiopyql 0.359

A fast and easy-to-use asyncio ORM(Object-relational Mapper) for performing C.R.U.D. ops within RBDMS tables using python

pandasai 3.0.0

Chat with your database (SQL, CSV, pandas, mongodb, noSQL, etc). PandasAI makes data analysis conversational using LLMs (GPT 3.5 / 4, Anthropic, VertexAI) and RAG.

sqlglot 28.10.1

sqlglot is a Python package that serves as a comprehensive SQL parser, transpiler, optimizer, and engine. It is designed to read a wide variety of SQL inputs and output syntactically and semantically correct SQL in the targeted dialects. The package can be used to format SQL or translate between 19 different dialects like DuckDB, Presto, Spark, Snowflake, and BigQuery. It falls under the category of Database Management Systems (DBMS).