awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
Alexis-benoist avatar

Alexis-benoist/eralchemy

0
View on GitHub↗
1,416 stars·132 forks·Python·Apache-2.0·11 views

Eralchemy

Entity Relation Diagrams generation tool

Features

  • Schema and Migration Tools - Entity-relationship diagram generator.
  • Schema Visualization - Entity-relationship diagram generation tool.
  • Visualization and Diagrams - Creates entity-relationship diagrams from database schemas.

Star history

Star history chart for alexis-benoist/eralchemyStar history chart for alexis-benoist/eralchemy

How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Projects sharing features with Eralchemy

These projects share indexed features with Eralchemy. Shared tags can include platform or build tooling; verify the primary use case before treating a result as a replacement.
  • doctrine/dbaldoctrine avatar

    doctrine/dbal

    9,699View on GitHub↗

    This project is a SQL database abstraction layer that provides a consistent object-oriented interface for interacting with multiple relational database systems. It includes a driver wrapper to standardize connections and result sets, a fluent query builder for constructing portable SQL statements, and a type mapper for converting database-specific data types into native application types and vice versa. The library enables programmatic schema management through a schema manager that can introspect database metadata, model structures as objects, and generate the SQL required to migrate between

    PHPdatabaseibm-db2mariadb
    View on GitHub↗9,699
  • django-extensions/django-extensionsdjango-extensions avatar

    django-extensions/django-extensions

    6,808View on GitHub↗

    django-extensions is a specialized toolset for the Django framework providing utilities for database visualization, application debugging, development environment management, and custom management command execution. It functions as a collection of tools designed to automate development tasks and inspect the internal state of an application. The project provides a database visualization tool for generating diagrams of data models and comparing schemas to map complex relationships. It also includes a debugging utility to intercept email traffic and audit user permissions to troubleshoot applica

    Python
    View on GitHub↗6,808
  • elixir-ecto/ectoelixir-ecto avatar

    elixir-ecto/ecto

    6,471View on GitHub↗

    Ecto is an Elixir database toolkit that maps database rows to Elixir structs and validates data changes through changesets before persistence. It provides a language-integrated query syntax for composing database queries, building them incrementally and securely with compile-time expansion into safe SQL. The toolkit connects to multiple database backends including PostgreSQL, MySQL, MSSQL, SQLite3, ClickHouse, and ETS through a pluggable adapter interface. It supports eager and lazy preloading of associated records to eliminate N+1 query problems, and can store nested data structures as embed

    Elixir
    View on GitHub↗6,471
  • azimuttapp/azimuttazimuttapp avatar

    azimuttapp/azimutt

    2,133View on GitHub↗

    Explore, document and optimize any database

    Elm
    View on GitHub↗2,133
Compare all 21 related projects→

Frequently asked questions

What does alexis-benoist/eralchemy do?

Entity Relation Diagrams generation tool

What are the main features of alexis-benoist/eralchemy?

The main features of alexis-benoist/eralchemy are: Schema and Migration Tools, Schema Visualization, Visualization and Diagrams.

Which projects share features with alexis-benoist/eralchemy?

Projects with overlapping indexed features include: django-extensions/django-extensions — django-extensions is a specialized toolset for the Django framework providing utilities for database visualization,… doctrine/dbal — This project is a SQL database abstraction layer that provides a consistent object-oriented interface for interacting… elixir-ecto/ecto — Ecto is an Elixir database toolkit that maps database rows to Elixir structs and validates data changes through… azimuttapp/azimutt — Explore, document and optimize any database. cbbrowne/pgcmp — Tool for comparing Postgres database schemas. catherinedevlin/ddl-generator — Guesses table DDL based on data.