# liam **Repository Path**: mirrors/liam ## Basic Information - **Project Name**: liam - **Description**: Liam ERD 可从你的数据库生成美观、交互式的 ER 图 - **Primary Language**: HTML/CSS - **License**: Apache-2.0 - **Default Branch**: main - **Homepage**: https://www.oschina.net/p/liam - **GVP Project**: No ## Statistics - **Stars**: 2 - **Forks**: 0 - **Created**: 2025-04-08 - **Last Updated**: 2026-01-10 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README
Website • Documentation • Roadmap
## What's Liam ERD? Liam ERD generates beautiful, interactive ER diagrams from your database. Whether you're working on public or private repositories, Liam ERD helps you visualize complex schemas with ease. - **Beautiful UI & Interactive**: A clean design and intuitive features (like panning, zooming, and filtering) make it easy to understand even the most complex databases. - **Simple Reverse Engineering**: Seamlessly turn your existing database schemas into clear, readable diagrams. - **Effortless Setup**: Get started with zero configuration—just provide your schema, and you're good to go. - **High Performance**: Optimized for both small and large projects, easily handling 100+ tables. - **Fully Open-Source**: Contribute to the project and shape Liam ERD to fit your needs. ## Quick Start ### For Public Repositories Insert `liambx.com/erd/p/` into your schema file's URL: ``` # Original: https://github.com/user/repo/blob/master/db/schema.rb # Modified: https://liambx.com/erd/p/github.com/user/repo/blob/master/db/schema.rb 👾^^^^^^^^^^^^^^^^👾 ``` ### For Private Repositories Run the interactive setup: ```bash npx @liam-hq/cli init ```