lazy-struct

command module
v0.0.0-...-02c10af Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 27, 2024 License: MIT Imports: 4 Imported by: 0

README

lazy-struct

自用型偷懒工具,用于生成golang的struct

  • -d 指定文件最终存放位置
  • -p 指定文件的package
  • -n 执行结构体的名字
  • -c 区分用于数据映射结构,还是配置映射结构体 (dm:数据映射用,sm:配置映射用)
git clone https://github.com/grayxiaoxiao/lazy-struct.git
make
make install

Version1. 使用命令行参数生成映射结构

示例
lazy-struct gen -d tests -p business -n Customer -c sm serial_number:string name:string price:float64

Version2. 根据MySQL数据表的描述信息,生成数据映射结构

sql文件是通过 mysqldump命令导出不带数据的表语句

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
cmd

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL