SQL Builder is a visual SQL query building tool that helps users create SQL statements through a graphical interface. It supports various SQL operations including SELECT, INSERT, UPDATE, DELETE, and CREATE TABLE.
- Visual SQL query building
- Support for multiple SQL operations
- Tag-based SQL fragment management
- Condition building with operators
- Field value assignment
- SQL validation
- History tracking
- SQL template library
- Clone the repository:
git clone https://github.com/jayleehappy/sql-builder.git- Install dependencies:
pip install -r requirements.txt- Run the application:
python -m src.main- Select SQL type (SELECT/INSERT/UPDATE/DELETE/CREATE)
- Choose table and fields
- Add conditions if needed
- Set field values for INSERT/UPDATE
- Preview and validate the generated SQL
- Copy or save the SQL statement
GNU General Public License v3.0
SQL构建器是一个可视化的SQL查询构建工具,通过图形界面帮助用户创建SQL语句。支持包括SELECT、INSERT、UPDATE、DELETE和CREATE TABLE在内的多种SQL操作。
- 可视化SQL查询构建
- 支持多种SQL操作
- 基于标签的SQL片段管理
- 条件构建与运算符
- 字段值设置
- SQL语句验证
- 历史记录跟踪
- SQL模板库
- 克隆仓库:
git clone https://github.com/jayleehappy/sql-builder.git- 安装依赖:
pip install -r requirements.txt- 运行应用:
python -m src.main- 选择SQL类型(SELECT/INSERT/UPDATE/DELETE/CREATE)
- 选择表和字段
- 根据需要添加条件
- 为INSERT/UPDATE设置字段值
- 预览和验证生成的SQL
- 复制或保存SQL语句
GNU通用公共许可证v3.0