Skip to content

Commit 0a20d9c

Browse files
committed
clean README
1 parent 2200bd0 commit 0a20d9c

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@
55
English | [中文](README_zh.md)
66

77
SQLize is a powerful migration generation tool that detects differences between two SQL state sources. It simplifies migration creation by comparing an existing SQL schema with Go models, ensuring seamless database updates.
8+
89
Designed for flexibility, SQLize supports `MySQL`, `PostgreSQL`, and `SQLite` and integrates well with popular Go ORM and migration tools like `gorm` (gorm tag), `golang-migrate/migrate` (migration version), and more.
10+
911
Additionally, SQLize offers advanced features, including `Avro Schema` export (MySQL only) and `ERD` diagram generation (`MermaidJS`).
1012

1113
## Conventions

README_zh.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@
55
[English](README.md) | 中文
66

77
SQLize 是一款强大的迁移生成工具,可检测两个 SQL 状态源之间的差异。它通过对比现有 SQL 模式与 Go 模型,简化迁移创建过程,确保数据库平滑更新。
8+
89
SQLize 设计灵活,支持 `MySQL``PostgreSQL``SQLite`,并能与流行的 Go ORM 和迁移工具(如 `gorm`(gorm 标签)、`golang-migrate/migrate`(迁移版本)等)良好集成。
10+
911
此外,SQLize 还提供高级功能,包括 `Avro Schema` 导出(仅支持 MySQL)和 `ERD` 关系图生成(`MermaidJS`)。
1012

1113
## 约定

0 commit comments

Comments
 (0)