Contents

ERAlchemy 1.2.10

0

Simple entity relation (ER) diagrams generation

Simple entity relation (ER) diagrams generation

Stars: 1072, Watchers: 1072, Forks: 110, Open Issues: 50

The Alexis-benoist/eralchemy repo was created 8 years ago and the last code push was 4 months ago.
The project is very popular with an impressive 1072 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
Alexis Benoist
License
Apache License 2.0
Homepage
https://github.com/Alexis-benoist/eralchemy
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.

Related Packages & Articles

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 2.0.30

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

sqlglot 23.8.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).